#e2face color space conversions
Hex:
        #e2face
        RGB:
        226, 250, 206
        CMY:
        11, 2, 19
        CMYK:
        10, 0, 18, 2
      HSL:
        93°, 81.4815%, 89.4118%
        HSV (HSB):
        93°, 17.6000%, 98.0392%
        XYZ:
        76.6902, 88.9962, 71.5285
        xyY:
        0.3233, 0.3752, 88.9962
      CIE-Lab:
        95.5788, -15.4602, 18.5160
        CIE-LCH:
        95.5788, 24.1217, 129.8607
        CIE-Luv:
        95.5788, -11.4379, 30.0646
        Hunter-Lab:
        94.3378, -19.9828, 21.0818
      #e2face color charts
#e2face RGB chart
      #e2face CMYK chart
      #e2face RGB pie chart
      #e2face color shades, tints & tones
#e2face color schemes
#e2face color preview, HTML & CSS examples
           This text has a color of #e2face        
        
          <p style="color:#e2face;">Text here</p>
        
        
          .mytext {color:#e2face;}
        
        Text color #e2face
      
           This box has a color of #e2face        
        
          <div style="background-color:#e2face;">Content here</div>
        
        
          .mybackground {background-color:#e2face;}
        
        Background color #e2face
      
           Border around this has a color of #e2face        
        
          <div style="border:2px solid #e2face;">Content here</div>
        
        
          .myborder {border:2px solid #e2face;}
        
        Border color #e2face