#c2ceec color space conversions
Hex:
        #c2ceec
        RGB:
        194, 206, 236
        CMY:
        24, 19, 7
        CMYK:
        18, 13, 0, 7
      HSL:
        223°, 52.5000%, 84.3137%
        HSV (HSB):
        223°, 17.7966%, 92.5490%
        XYZ:
        59.4598, 61.6681, 88.1261
        xyY:
        0.2842, 0.2947, 61.6681
      CIE-Lab:
        82.7366, 2.0381, -16.1498
        CIE-LCH:
        82.7366, 16.2778, 277.1926
        CIE-Luv:
        82.7366, -7.9536, -25.7284
        Hunter-Lab:
        78.5290, -2.2711, -11.5656
      #c2ceec color charts
#c2ceec RGB chart
      #c2ceec CMYK chart
      #c2ceec RGB pie chart
      #c2ceec color shades, tints & tones
#c2ceec color schemes
#c2ceec color preview, HTML & CSS examples
           This text has a color of #c2ceec        
        
          <p style="color:#c2ceec;">Text here</p>
        
        
          .mytext {color:#c2ceec;}
        
        Text color #c2ceec
      
           This box has a color of #c2ceec        
        
          <div style="background-color:#c2ceec;">Content here</div>
        
        
          .mybackground {background-color:#c2ceec;}
        
        Background color #c2ceec
      
           Border around this has a color of #c2ceec        
        
          <div style="border:2px solid #c2ceec;">Content here</div>
        
        
          .myborder {border:2px solid #c2ceec;}
        
        Border color #c2ceec