Turn a start and end address into the fewest CIDR blocks that cover it.
8 CIDR blocks cover 191 addresses
Arbitrary ranges rarely fall on prefix boundaries, so 8 blocks is the smallest exact cover rather than a limitation of the tool. If the list is long, consider whether the range can be widened slightly to the next clean boundary. One /22 is easier to maintain than eleven mixed blocks, provided the extra addresses it takes in are genuinely yours to include.
192.168.1.10/31 192.168.1.12/30 192.168.1.16/28 192.168.1.32/27 192.168.1.64/26 192.168.1.128/26 192.168.1.192/29 192.168.1.200/32
What this cannot tell you
Take this with you
IP Range to CIDR on RunTheTests — free browser-based netmath tools, no sign-up.