#cbdeaf color space conversions
Hex:
        #cbdeaf
        RGB:
        203, 222, 175
        CMY:
        20, 13, 31
        CMYK:
        9, 0, 21, 13
      HSL:
        84°, 41.5929%, 77.8431%
        HSV (HSB):
        84°, 21.1712%, 87.0588%
        XYZ:
        58.4877, 68.0342, 50.6067
        xyY:
        0.3302, 0.3841, 68.0342
      CIE-Lab:
        86.0236, -14.4729, 20.9808
        CIE-LCH:
        86.0236, 25.4884, 124.5985
        CIE-Luv:
        86.0236, -8.6810, 32.5907
        Hunter-Lab:
        82.4829, -17.7725, 21.3611
      #cbdeaf color charts
#cbdeaf RGB chart
      #cbdeaf CMYK chart
      #cbdeaf RGB pie chart
      #cbdeaf color shades, tints & tones
#cbdeaf color schemes
#cbdeaf color preview, HTML & CSS examples
           This text has a color of #cbdeaf        
        
          <p style="color:#cbdeaf;">Text here</p>
        
        
          .mytext {color:#cbdeaf;}
        
        Text color #cbdeaf
      
           This box has a color of #cbdeaf        
        
          <div style="background-color:#cbdeaf;">Content here</div>
        
        
          .mybackground {background-color:#cbdeaf;}
        
        Background color #cbdeaf
      
           Border around this has a color of #cbdeaf        
        
          <div style="border:2px solid #cbdeaf;">Content here</div>
        
        
          .myborder {border:2px solid #cbdeaf;}
        
        Border color #cbdeaf