#edaaac color space conversions
Hex:
        #edaaac
        RGB:
        237, 170, 172
        CMY:
        7, 33, 33
        CMYK:
        0, 28, 27, 7
      HSL:
        358°, 65.0485%, 79.8039%
        HSV (HSB):
        358°, 28.2700%, 92.9412%
        XYZ:
        56.7462, 49.7325, 45.6382
        xyY:
        0.3730, 0.3269, 49.7325
      CIE-Lab:
        75.9048, 24.8786, 8.7803
        CIE-LCH:
        75.9048, 26.3826, 19.4393
        CIE-Luv:
        75.9048, 43.1447, 7.8983
        Hunter-Lab:
        70.5213, 20.2208, 10.9951
      #edaaac color charts
#edaaac RGB chart
      #edaaac CMYK chart
      #edaaac RGB pie chart
      #edaaac color shades, tints & tones
#edaaac color schemes
#edaaac color preview, HTML & CSS examples
           This text has a color of #edaaac        
        
          <p style="color:#edaaac;">Text here</p>
        
        
          .mytext {color:#edaaac;}
        
        Text color #edaaac
      
           This box has a color of #edaaac        
        
          <div style="background-color:#edaaac;">Content here</div>
        
        
          .mybackground {background-color:#edaaac;}
        
        Background color #edaaac
      
           Border around this has a color of #edaaac        
        
          <div style="border:2px solid #edaaac;">Content here</div>
        
        
          .myborder {border:2px solid #edaaac;}
        
        Border color #edaaac