#e2edda color space conversions
Hex:
        #e2edda
        RGB:
        226, 237, 218
        CMY:
        11, 7, 15
        CMYK:
        5, 0, 8, 7
      HSL:
        95°, 34.5455%, 89.2157%
        HSV (HSB):
        95°, 8.0169%, 92.9412%
        XYZ:
        74.3031, 81.7991, 78.2023
        xyY:
        0.3171, 0.3491, 81.7991
      CIE-Lab:
        92.4861, -7.0101, 7.9364
        CIE-LCH:
        92.4861, 10.5891, 131.4538
        CIE-Luv:
        92.4861, -5.2049, 13.2106
        Hunter-Lab:
        90.4428, -11.6287, 12.0443
      #e2edda color charts
#e2edda RGB chart
      #e2edda CMYK chart
      #e2edda RGB pie chart
      #e2edda color shades, tints & tones
#e2edda color schemes
#e2edda color preview, HTML & CSS examples
           This text has a color of #e2edda        
        
          <p style="color:#e2edda;">Text here</p>
        
        
          .mytext {color:#e2edda;}
        
        Text color #e2edda
      
           This box has a color of #e2edda        
        
          <div style="background-color:#e2edda;">Content here</div>
        
        
          .mybackground {background-color:#e2edda;}
        
        Background color #e2edda
      
           Border around this has a color of #e2edda        
        
          <div style="border:2px solid #e2edda;">Content here</div>
        
        
          .myborder {border:2px solid #e2edda;}
        
        Border color #e2edda