#ccdbbf color space conversions
Hex:
        #ccdbbf
        RGB:
        204, 219, 191
        CMY:
        20, 14, 25
        CMYK:
        7, 0, 13, 14
      HSL:
        92°, 28.0000%, 80.3922%
        HSV (HSB):
        92°, 12.7854%, 85.8824%
        XYZ:
        59.6373, 67.2620, 59.1299
        xyY:
        0.3206, 0.3616, 67.2620
      CIE-Lab:
        85.6361, -10.0345, 12.0626
        CIE-LCH:
        85.6361, 15.6907, 129.7559
        CIE-Luv:
        85.6361, -7.1038, 19.5062
        Hunter-Lab:
        82.0134, -13.7244, 14.6626
      #ccdbbf color charts
#ccdbbf RGB chart
      #ccdbbf CMYK chart
      #ccdbbf RGB pie chart
      #ccdbbf color shades, tints & tones
#ccdbbf color schemes
#ccdbbf color preview, HTML & CSS examples
           This text has a color of #ccdbbf        
        
          <p style="color:#ccdbbf;">Text here</p>
        
        
          .mytext {color:#ccdbbf;}
        
        Text color #ccdbbf
      
           This box has a color of #ccdbbf        
        
          <div style="background-color:#ccdbbf;">Content here</div>
        
        
          .mybackground {background-color:#ccdbbf;}
        
        Background color #ccdbbf
      
           Border around this has a color of #ccdbbf        
        
          <div style="border:2px solid #ccdbbf;">Content here</div>
        
        
          .myborder {border:2px solid #ccdbbf;}
        
        Border color #ccdbbf