#cabdef color space conversions
Hex:
        #cabdef
        RGB:
        202, 189, 239
        CMY:
        21, 26, 6
        CMYK:
        15, 21, 0, 6
      HSL:
        256°, 60.9756%, 83.9216%
        HSV (HSB):
        256°, 20.9205%, 93.7255%
        XYZ:
        58.1347, 55.1837, 89.2489
        xyY:
        0.2870, 0.2724, 55.1837
      CIE-Lab:
        79.1470, 14.3100, -23.1269
        CIE-LCH:
        79.1470, 27.1961, 301.7476
        CIE-Luv:
        79.1470, 3.8382, -38.9188
        Hunter-Lab:
        74.2858, 9.6908, -19.2325
      #cabdef color charts
#cabdef RGB chart
      #cabdef CMYK chart
      #cabdef RGB pie chart
      #cabdef color shades, tints & tones
#cabdef color schemes
#cabdef color preview, HTML & CSS examples
           This text has a color of #cabdef        
        
          <p style="color:#cabdef;">Text here</p>
        
        
          .mytext {color:#cabdef;}
        
        Text color #cabdef
      
           This box has a color of #cabdef        
        
          <div style="background-color:#cabdef;">Content here</div>
        
        
          .mybackground {background-color:#cabdef;}
        
        Background color #cabdef
      
           Border around this has a color of #cabdef        
        
          <div style="border:2px solid #cabdef;">Content here</div>
        
        
          .myborder {border:2px solid #cabdef;}
        
        Border color #cabdef