#effae2 color space conversions
Hex:
        #effae2
        RGB:
        239, 250, 226
        CMY:
        6, 2, 11
        CMYK:
        4, 0, 10, 2
      HSL:
        88°, 70.5882%, 93.3333%
        HSV (HSB):
        88°, 9.6000%, 98.0392%
        XYZ:
        83.5097, 92.2129, 85.3489
        xyY:
        0.3199, 0.3532, 92.2129
      CIE-Lab:
        96.9073, -7.7789, 10.2613
        CIE-LCH:
        96.9073, 12.8765, 127.1650
        CIE-Luv:
        96.9073, -4.9652, 16.8848
        Hunter-Lab:
        96.0276, -12.8170, 14.5226
      #effae2 color charts
#effae2 RGB chart
      #effae2 CMYK chart
      #effae2 RGB pie chart
      #effae2 color shades, tints & tones
#effae2 color schemes
#effae2 color preview, HTML & CSS examples
           This text has a color of #effae2        
        
          <p style="color:#effae2;">Text here</p>
        
        
          .mytext {color:#effae2;}
        
        Text color #effae2
      
           This box has a color of #effae2        
        
          <div style="background-color:#effae2;">Content here</div>
        
        
          .mybackground {background-color:#effae2;}
        
        Background color #effae2
      
           Border around this has a color of #effae2        
        
          <div style="border:2px solid #effae2;">Content here</div>
        
        
          .myborder {border:2px solid #effae2;}
        
        Border color #effae2