#cbcdef color space conversions
Hex:
        #cbcdef
        RGB:
        203, 205, 239
        CMY:
        20, 20, 6
        CMYK:
        15, 14, 0, 6
      HSL:
        237°, 52.9412%, 86.6667%
        HSV (HSB):
        237°, 15.0628%, 93.7255%
        XYZ:
        62.0399, 62.5911, 90.4728
        xyY:
        0.2884, 0.2910, 62.5911
      CIE-Lab:
        83.2268, 6.0231, -16.9445
        CIE-LCH:
        83.2268, 17.9831, 289.5683
        CIE-Luv:
        83.2268, -3.0248, -27.6846
        Hunter-Lab:
        79.1146, 1.5253, -12.4219
      #cbcdef color charts
#cbcdef RGB chart
      #cbcdef CMYK chart
      #cbcdef RGB pie chart
      #cbcdef color shades, tints & tones
#cbcdef color schemes
#cbcdef color preview, HTML & CSS examples
           This text has a color of #cbcdef        
        
          <p style="color:#cbcdef;">Text here</p>
        
        
          .mytext {color:#cbcdef;}
        
        Text color #cbcdef
      
           This box has a color of #cbcdef        
        
          <div style="background-color:#cbcdef;">Content here</div>
        
        
          .mybackground {background-color:#cbcdef;}
        
        Background color #cbcdef
      
           Border around this has a color of #cbcdef        
        
          <div style="border:2px solid #cbcdef;">Content here</div>
        
        
          .myborder {border:2px solid #cbcdef;}
        
        Border color #cbcdef