#eaacfe color space conversions
Hex:
        #eaacfe
        RGB:
        234, 172, 254
        CMY:
        8, 33, 0
        CMYK:
        8, 32, 0, 0
      HSL:
        285°, 97.6190%, 83.5294%
        HSV (HSB):
        285°, 32.2835%, 99.6078%
        XYZ:
        66.5736, 54.1532, 100.7097
        xyY:
        0.3006, 0.2446, 54.1532
      CIE-Lab:
        78.5510, 36.4951, -31.8460
        CIE-LCH:
        78.5510, 48.4362, 318.8917
        CIE-Luv:
        78.5510, 28.2271, -56.8312
        Hunter-Lab:
        73.5889, 32.7029, -29.6289
      #eaacfe color charts
#eaacfe RGB chart
      #eaacfe CMYK chart
      #eaacfe RGB pie chart
      #eaacfe color shades, tints & tones
#eaacfe color schemes
#eaacfe color preview, HTML & CSS examples
           This text has a color of #eaacfe        
        
          <p style="color:#eaacfe;">Text here</p>
        
        
          .mytext {color:#eaacfe;}
        
        Text color #eaacfe
      
           This box has a color of #eaacfe        
        
          <div style="background-color:#eaacfe;">Content here</div>
        
        
          .mybackground {background-color:#eaacfe;}
        
        Background color #eaacfe
      
           Border around this has a color of #eaacfe        
        
          <div style="border:2px solid #eaacfe;">Content here</div>
        
        
          .myborder {border:2px solid #eaacfe;}
        
        Border color #eaacfe