#eac9ed color space conversions
Hex:
        #eac9ed
        RGB:
        234, 201, 237
        CMY:
        8, 21, 7
        CMYK:
        1, 15, 0, 7
      HSL:
        295°, 50.0000%, 85.8824%
        HSV (HSB):
        295°, 15.1899%, 92.9412%
        XYZ:
        70.1044, 65.3801, 89.0455
        xyY:
        0.3122, 0.2912, 65.3801
      CIE-Lab:
        84.6792, 17.7955, -13.4463
        CIE-LCH:
        84.6792, 22.3043, 322.9254
        CIE-Luv:
        84.6792, 16.4346, -24.0717
        Hunter-Lab:
        80.8580, 13.2592, -8.6930
      #eac9ed color charts
#eac9ed RGB chart
      #eac9ed CMYK chart
      #eac9ed RGB pie chart
      #eac9ed color shades, tints & tones
#eac9ed color schemes
#eac9ed color preview, HTML & CSS examples
           This text has a color of #eac9ed        
        
          <p style="color:#eac9ed;">Text here</p>
        
        
          .mytext {color:#eac9ed;}
        
        Text color #eac9ed
      
           This box has a color of #eac9ed        
        
          <div style="background-color:#eac9ed;">Content here</div>
        
        
          .mybackground {background-color:#eac9ed;}
        
        Background color #eac9ed
      
           Border around this has a color of #eac9ed        
        
          <div style="border:2px solid #eac9ed;">Content here</div>
        
        
          .myborder {border:2px solid #eac9ed;}
        
        Border color #eac9ed