#eafacc color space conversions
Hex:
        #eafacc
        RGB:
        234, 250, 204
        CMY:
        8, 2, 20
        CMYK:
        6, 0, 18, 2
      HSL:
        81°, 82.1429%, 89.0196%
        HSV (HSB):
        81°, 18.4000%, 98.0392%
        XYZ:
        79.0164, 90.2233, 70.3770
        xyY:
        0.3298, 0.3765, 90.2233
      CIE-Lab:
        96.0893, -13.0010, 20.3341
        CIE-LCH:
        96.0893, 24.1351, 122.5936
        CIE-Luv:
        96.0893, -6.9040, 32.1510
        Hunter-Lab:
        94.9859, -17.7358, 22.5610
      #eafacc color charts
#eafacc RGB chart
      #eafacc CMYK chart
      #eafacc RGB pie chart
      #eafacc color shades, tints & tones
#eafacc color schemes
#eafacc color preview, HTML & CSS examples
           This text has a color of #eafacc        
        
          <p style="color:#eafacc;">Text here</p>
        
        
          .mytext {color:#eafacc;}
        
        Text color #eafacc
      
           This box has a color of #eafacc        
        
          <div style="background-color:#eafacc;">Content here</div>
        
        
          .mybackground {background-color:#eafacc;}
        
        Background color #eafacc
      
           Border around this has a color of #eafacc        
        
          <div style="border:2px solid #eafacc;">Content here</div>
        
        
          .myborder {border:2px solid #eafacc;}
        
        Border color #eafacc