#deded5 color space conversions
Hex:
        #deded5
        RGB:
        222, 222, 213
        CMY:
        13, 13, 16
        CMYK:
        0, 0, 4, 13
      HSL:
        60°, 12.0000%, 85.2941%
        HSV (HSB):
        60°, 4.0541%, 87.0588%
        XYZ:
        68.2557, 72.5762, 73.3619
        xyY:
        0.3187, 0.3388, 72.5762
      CIE-Lab:
        88.2452, -1.5815, 4.3988
        CIE-LCH:
        88.2452, 4.6745, 109.7752
        CIE-Luv:
        88.2452, 0.5002, 6.9099
        Hunter-Lab:
        85.1917, -6.0710, 8.5772
      #deded5 color charts
#deded5 RGB chart
      #deded5 CMYK chart
      #deded5 RGB pie chart
      #deded5 color shades, tints & tones
#deded5 color schemes
#deded5 color preview, HTML & CSS examples
           This text has a color of #deded5        
        
          <p style="color:#deded5;">Text here</p>
        
        
          .mytext {color:#deded5;}
        
        Text color #deded5
      
           This box has a color of #deded5        
        
          <div style="background-color:#deded5;">Content here</div>
        
        
          .mybackground {background-color:#deded5;}
        
        Background color #deded5
      
           Border around this has a color of #deded5        
        
          <div style="border:2px solid #deded5;">Content here</div>
        
        
          .myborder {border:2px solid #deded5;}
        
        Border color #deded5