#e2eefe color space conversions
Hex:
        #e2eefe
        RGB:
        226, 238, 254
        CMY:
        11, 7, 0
        CMYK:
        11, 6, 0, 0
      HSL:
        214°, 93.3333%, 94.1176%
        HSV (HSB):
        214°, 11.0236%, 99.6078%
        XYZ:
        79.8280, 84.4736, 105.8636
        xyY:
        0.2955, 0.3127, 84.4736
      CIE-Lab:
        93.6558, -0.9076, -9.0722
        CIE-LCH:
        93.6558, 9.1175, 264.2869
        CIE-Luv:
        93.6558, -7.3123, -14.1127
        Hunter-Lab:
        91.9095, -5.8056, -3.9550
      #e2eefe color charts
#e2eefe RGB chart
      #e2eefe CMYK chart
      #e2eefe RGB pie chart
      #e2eefe color shades, tints & tones
#e2eefe color schemes
#e2eefe color preview, HTML & CSS examples
           This text has a color of #e2eefe        
        
          <p style="color:#e2eefe;">Text here</p>
        
        
          .mytext {color:#e2eefe;}
        
        Text color #e2eefe
      
           This box has a color of #e2eefe        
        
          <div style="background-color:#e2eefe;">Content here</div>
        
        
          .mybackground {background-color:#e2eefe;}
        
        Background color #e2eefe
      
           Border around this has a color of #e2eefe        
        
          <div style="border:2px solid #e2eefe;">Content here</div>
        
        
          .myborder {border:2px solid #e2eefe;}
        
        Border color #e2eefe