#cbcdcc color space conversions
Hex:
        #cbcdcc
        RGB:
        203, 205, 204
        CMY:
        20, 20, 20
        CMYK:
        1, 0, 0, 20
      HSL:
        150°, 1.9608%, 80.0000%
        HSV (HSB):
        150°, 0.9756%, 80.3922%
        XYZ:
        57.3590, 60.7188, 65.8235
        xyY:
        0.3119, 0.3302, 60.7188
      CIE-Lab:
        82.2273, -0.8635, 0.2471
        CIE-LCH:
        82.2273, 0.8981, 164.0318
        CIE-Luv:
        82.2273, -1.0714, 0.5237
        Hunter-Lab:
        77.9223, -4.9691, 4.4614
      #cbcdcc color charts
#cbcdcc RGB chart
      #cbcdcc CMYK chart
      #cbcdcc RGB pie chart
      #cbcdcc color shades, tints & tones
#cbcdcc color schemes
#cbcdcc color preview, HTML & CSS examples
           This text has a color of #cbcdcc        
        
          <p style="color:#cbcdcc;">Text here</p>
        
        
          .mytext {color:#cbcdcc;}
        
        Text color #cbcdcc
      
           This box has a color of #cbcdcc        
        
          <div style="background-color:#cbcdcc;">Content here</div>
        
        
          .mybackground {background-color:#cbcdcc;}
        
        Background color #cbcdcc
      
           Border around this has a color of #cbcdcc        
        
          <div style="border:2px solid #cbcdcc;">Content here</div>
        
        
          .myborder {border:2px solid #cbcdcc;}
        
        Border color #cbcdcc