#dedbb4 color space conversions
Hex:
        #dedbb4
        RGB:
        222, 219, 180
        CMY:
        13, 14, 29
        CMYK:
        0, 1, 19, 13
      HSL:
        56°, 38.8889%, 78.8235%
        HSV (HSB):
        56°, 18.9189%, 87.0588%
        XYZ:
        63.6939, 69.4879, 53.2355
        xyY:
        0.3417, 0.3728, 69.4879
      CIE-Lab:
        86.7451, -5.3213, 19.5875
        CIE-LCH:
        86.7451, 20.2975, 105.1985
        CIE-Luv:
        86.7451, 3.8900, 29.0528
        Hunter-Lab:
        83.3594, -9.4892, 20.4874
      #dedbb4 color charts
#dedbb4 RGB chart
      #dedbb4 CMYK chart
      #dedbb4 RGB pie chart
      #dedbb4 color shades, tints & tones
#dedbb4 color schemes
#dedbb4 color preview, HTML & CSS examples
           This text has a color of #dedbb4        
        
          <p style="color:#dedbb4;">Text here</p>
        
        
          .mytext {color:#dedbb4;}
        
        Text color #dedbb4
      
           This box has a color of #dedbb4        
        
          <div style="background-color:#dedbb4;">Content here</div>
        
        
          .mybackground {background-color:#dedbb4;}
        
        Background color #dedbb4
      
           Border around this has a color of #dedbb4        
        
          <div style="border:2px solid #dedbb4;">Content here</div>
        
        
          .myborder {border:2px solid #dedbb4;}
        
        Border color #dedbb4