#cdbaae color space conversions
Hex:
        #cdbaae
        RGB:
        205, 186, 174
        CMY:
        20, 27, 32
        CMYK:
        0, 9, 15, 20
      HSL:
        23°, 23.6641%, 74.3137%
        HSV (HSB):
        23°, 15.1220%, 80.3922%
        XYZ:
        50.3757, 51.1529, 47.2628
        xyY:
        0.3386, 0.3438, 51.1529
      CIE-Lab:
        76.7716, 4.7584, 8.5194
        CIE-LCH:
        76.7716, 9.7582, 60.8150
        CIE-Luv:
        76.7716, 12.1536, 11.4706
        Hunter-Lab:
        71.5213, 0.5635, 10.8848
      #cdbaae color charts
#cdbaae RGB chart
      #cdbaae CMYK chart
      #cdbaae RGB pie chart
      #cdbaae color shades, tints & tones
#cdbaae color schemes
#cdbaae color preview, HTML & CSS examples
           This text has a color of #cdbaae        
        
          <p style="color:#cdbaae;">Text here</p>
        
        
          .mytext {color:#cdbaae;}
        
        Text color #cdbaae
      
           This box has a color of #cdbaae        
        
          <div style="background-color:#cdbaae;">Content here</div>
        
        
          .mybackground {background-color:#cdbaae;}
        
        Background color #cdbaae
      
           Border around this has a color of #cdbaae        
        
          <div style="border:2px solid #cdbaae;">Content here</div>
        
        
          .myborder {border:2px solid #cdbaae;}
        
        Border color #cdbaae