#e2faee color space conversions
Hex:
        #e2faee
        RGB:
        226, 250, 238
        CMY:
        11, 2, 7
        CMYK:
        10, 0, 5, 2
      HSL:
        150°, 70.5882%, 93.3333%
        HSV (HSB):
        150°, 9.6000%, 98.0392%
        XYZ:
        80.9823, 90.7130, 94.1301
        xyY:
        0.3046, 0.3413, 90.7130
      CIE-Lab:
        96.2918, -10.0065, 3.0811
        CIE-LCH:
        96.2918, 10.4702, 162.8858
        CIE-Luv:
        96.2918, -12.4595, 6.5155
        Hunter-Lab:
        95.2434, -14.9033, 8.0734
      #e2faee color charts
#e2faee RGB chart
      #e2faee CMYK chart
      #e2faee RGB pie chart
      #e2faee color shades, tints & tones
#e2faee color schemes
#e2faee color preview, HTML & CSS examples
           This text has a color of #e2faee        
        
          <p style="color:#e2faee;">Text here</p>
        
        
          .mytext {color:#e2faee;}
        
        Text color #e2faee
      
           This box has a color of #e2faee        
        
          <div style="background-color:#e2faee;">Content here</div>
        
        
          .mybackground {background-color:#e2faee;}
        
        Background color #e2faee
      
           Border around this has a color of #e2faee        
        
          <div style="border:2px solid #e2faee;">Content here</div>
        
        
          .myborder {border:2px solid #e2faee;}
        
        Border color #e2faee