#eddcdb color space conversions
Hex:
        #eddcdb
        RGB:
        237, 220, 219
        CMY:
        7, 14, 14
        CMYK:
        0, 7, 8, 7
      HSL:
        3°, 33.3333%, 89.4118%
        HSV (HSB):
        3°, 7.5949%, 92.9412%
        XYZ:
        73.3044, 74.3054, 77.4966
        xyY:
        0.3256, 0.3301, 74.3054
      CIE-Lab:
        89.0666, 5.6561, 2.5811
        CIE-LCH:
        89.0666, 6.2172, 24.5289
        CIE-Luv:
        89.0666, 9.9542, 2.8819
        Hunter-Lab:
        86.2006, 0.9443, 7.0371
      #eddcdb color charts
#eddcdb RGB chart
      #eddcdb CMYK chart
      #eddcdb RGB pie chart
      #eddcdb color shades, tints & tones
#eddcdb color schemes
#eddcdb color preview, HTML & CSS examples
           This text has a color of #eddcdb        
        
          <p style="color:#eddcdb;">Text here</p>
        
        
          .mytext {color:#eddcdb;}
        
        Text color #eddcdb
      
           This box has a color of #eddcdb        
        
          <div style="background-color:#eddcdb;">Content here</div>
        
        
          .mybackground {background-color:#eddcdb;}
        
        Background color #eddcdb
      
           Border around this has a color of #eddcdb        
        
          <div style="border:2px solid #eddcdb;">Content here</div>
        
        
          .myborder {border:2px solid #eddcdb;}
        
        Border color #eddcdb