#e1eefe color space conversions
Hex:
        #e1eefe
        RGB:
        225, 238, 254
        CMY:
        12, 7, 0
        CMYK:
        11, 6, 0, 0
      HSL:
        213°, 93.5484%, 93.9216%
        HSV (HSB):
        213°, 11.4173%, 99.6078%
        XYZ:
        79.5153, 84.3124, 105.8489
        xyY:
        0.2949, 0.3126, 84.3124
      CIE-Lab:
        93.5860, -1.2235, -9.1834
        CIE-LCH:
        93.5860, 9.2645, 262.4109
        CIE-Luv:
        93.5860, -7.8329, -14.2366
        Hunter-Lab:
        91.8218, -6.1117, -4.0722
      #e1eefe color charts
#e1eefe RGB chart
      #e1eefe CMYK chart
      #e1eefe RGB pie chart
      #e1eefe color shades, tints & tones
#e1eefe color schemes
#e1eefe color preview, HTML & CSS examples
           This text has a color of #e1eefe        
        
          <p style="color:#e1eefe;">Text here</p>
        
        
          .mytext {color:#e1eefe;}
        
        Text color #e1eefe
      
           This box has a color of #e1eefe        
        
          <div style="background-color:#e1eefe;">Content here</div>
        
        
          .mybackground {background-color:#e1eefe;}
        
        Background color #e1eefe
      
           Border around this has a color of #e1eefe        
        
          <div style="border:2px solid #e1eefe;">Content here</div>
        
        
          .myborder {border:2px solid #e1eefe;}
        
        Border color #e1eefe