#dedbcb color space conversions
Hex:
        #dedbcb
        RGB:
        222, 219, 203
        CMY:
        13, 14, 20
        CMYK:
        0, 1, 9, 13
      HSL:
        51°, 22.3529%, 83.3333%
        HSV (HSB):
        51°, 8.5586%, 87.0588%
        XYZ:
        66.2352, 70.5044, 66.6177
        xyY:
        0.3257, 0.3467, 70.5044
      CIE-Lab:
        87.2437, -1.7270, 8.2186
        CIE-LCH:
        87.2437, 8.3980, 101.8668
        CIE-Luv:
        87.2437, 2.6299, 12.5308
        Hunter-Lab:
        83.9669, -6.1368, 11.7373
      #dedbcb color charts
#dedbcb RGB chart
      #dedbcb CMYK chart
      #dedbcb RGB pie chart
      #dedbcb color shades, tints & tones
#dedbcb color schemes
#dedbcb color preview, HTML & CSS examples
           This text has a color of #dedbcb        
        
          <p style="color:#dedbcb;">Text here</p>
        
        
          .mytext {color:#dedbcb;}
        
        Text color #dedbcb
      
           This box has a color of #dedbcb        
        
          <div style="background-color:#dedbcb;">Content here</div>
        
        
          .mybackground {background-color:#dedbcb;}
        
        Background color #dedbcb
      
           Border around this has a color of #dedbcb        
        
          <div style="border:2px solid #dedbcb;">Content here</div>
        
        
          .myborder {border:2px solid #dedbcb;}
        
        Border color #dedbcb