#dedec3 color space conversions
Hex:
        #dedec3
        RGB:
        222, 222, 195
        CMY:
        13, 13, 24
        CMYK:
        0, 0, 12, 13
      HSL:
        60°, 29.0323%, 81.7647%
        HSV (HSB):
        60°, 12.1622%, 87.0588%
        XYZ:
        66.0958, 71.7123, 61.9880
        xyY:
        0.3308, 0.3589, 71.7123
      CIE-Lab:
        87.8299, -4.5651, 13.2573
        CIE-LCH:
        87.8299, 14.0213, 109.0008
        CIE-Luv:
        87.8299, 1.4642, 20.2774
        Hunter-Lab:
        84.6831, -8.8748, 15.8779
      #dedec3 color charts
#dedec3 RGB chart
      #dedec3 CMYK chart
      #dedec3 RGB pie chart
      #dedec3 color shades, tints & tones
#dedec3 color schemes
#dedec3 color preview, HTML & CSS examples
           This text has a color of #dedec3        
        
          <p style="color:#dedec3;">Text here</p>
        
        
          .mytext {color:#dedec3;}
        
        Text color #dedec3
      
           This box has a color of #dedec3        
        
          <div style="background-color:#dedec3;">Content here</div>
        
        
          .mybackground {background-color:#dedec3;}
        
        Background color #dedec3
      
           Border around this has a color of #dedec3        
        
          <div style="border:2px solid #dedec3;">Content here</div>
        
        
          .myborder {border:2px solid #dedec3;}
        
        Border color #dedec3