#e1affa color space conversions
Hex:
        #e1affa
        RGB:
        225, 175, 250
        CMY:
        12, 31, 2
        CMYK:
        10, 30, 0, 2
      HSL:
        280°, 88.2353%, 83.3333%
        HSV (HSB):
        280°, 30.0000%, 98.0392%
        XYZ:
        63.6366, 53.5696, 97.4284
        xyY:
        0.2965, 0.2496, 53.5696
      CIE-Lab:
        78.2101, 31.3362, -30.2940
        CIE-LCH:
        78.2101, 43.5853, 315.9688
        CIE-Luv:
        78.2101, 22.0609, -53.3973
        Hunter-Lab:
        73.1913, 27.1133, -27.6899
      #e1affa color charts
#e1affa RGB chart
      #e1affa CMYK chart
      #e1affa RGB pie chart
      #e1affa color shades, tints & tones
#e1affa color schemes
#e1affa color preview, HTML & CSS examples
           This text has a color of #e1affa        
        
          <p style="color:#e1affa;">Text here</p>
        
        
          .mytext {color:#e1affa;}
        
        Text color #e1affa
      
           This box has a color of #e1affa        
        
          <div style="background-color:#e1affa;">Content here</div>
        
        
          .mybackground {background-color:#e1affa;}
        
        Background color #e1affa
      
           Border around this has a color of #e1affa        
        
          <div style="border:2px solid #e1affa;">Content here</div>
        
        
          .myborder {border:2px solid #e1affa;}
        
        Border color #e1affa