#ded4ce color space conversions
Hex:
        #ded4ce
        RGB:
        222, 212, 206
        CMY:
        13, 17, 19
        CMYK:
        0, 5, 7, 13
      HSL:
        23°, 19.5122%, 83.9216%
        HSV (HSB):
        23°, 7.2072%, 87.0588%
        XYZ:
        64.8083, 67.0728, 67.9231
        xyY:
        0.3244, 0.3357, 67.0728
      CIE-Lab:
        85.5407, 2.4070, 4.1805
        CIE-LCH:
        85.5407, 4.8239, 60.0680
        CIE-Luv:
        85.5407, 6.1528, 5.8287
        Hunter-Lab:
        81.8980, -2.0692, 8.1557
      #ded4ce color charts
#ded4ce RGB chart
      #ded4ce CMYK chart
      #ded4ce RGB pie chart
      #ded4ce color shades, tints & tones
#ded4ce color schemes
#ded4ce color preview, HTML & CSS examples
           This text has a color of #ded4ce        
        
          <p style="color:#ded4ce;">Text here</p>
        
        
          .mytext {color:#ded4ce;}
        
        Text color #ded4ce
      
           This box has a color of #ded4ce        
        
          <div style="background-color:#ded4ce;">Content here</div>
        
        
          .mybackground {background-color:#ded4ce;}
        
        Background color #ded4ce
      
           Border around this has a color of #ded4ce        
        
          <div style="border:2px solid #ded4ce;">Content here</div>
        
        
          .myborder {border:2px solid #ded4ce;}
        
        Border color #ded4ce