#edddc2 color space conversions
Hex:
        #edddc2
        RGB:
        237, 221, 194
        CMY:
        7, 13, 24
        CMYK:
        0, 7, 18, 7
      HSL:
        38°, 54.4304%, 84.5098%
        HSV (HSB):
        38°, 18.1435%, 92.9412%
        XYZ:
        70.5191, 73.6125, 61.5308
        xyY:
        0.3429, 0.3579, 73.6125
      CIE-Lab:
        88.7390, 1.1856, 15.2332
        CIE-LCH:
        88.7390, 15.2793, 85.5497
        CIE-Luv:
        88.7390, 11.1627, 21.9836
        Hunter-Lab:
        85.7977, -3.4327, 17.5379
      #edddc2 color charts
#edddc2 RGB chart
      #edddc2 CMYK chart
      #edddc2 RGB pie chart
      #edddc2 color shades, tints & tones
#edddc2 color schemes
#edddc2 color preview, HTML & CSS examples
           This text has a color of #edddc2        
        
          <p style="color:#edddc2;">Text here</p>
        
        
          .mytext {color:#edddc2;}
        
        Text color #edddc2
      
           This box has a color of #edddc2        
        
          <div style="background-color:#edddc2;">Content here</div>
        
        
          .mybackground {background-color:#edddc2;}
        
        Background color #edddc2
      
           Border around this has a color of #edddc2        
        
          <div style="border:2px solid #edddc2;">Content here</div>
        
        
          .myborder {border:2px solid #edddc2;}
        
        Border color #edddc2