#e1ceed color space conversions
Hex:
        #e1ceed
        RGB:
        225, 206, 237
        CMY:
        12, 19, 7
        CMYK:
        5, 13, 0, 7
      HSL:
        277°, 46.2687%, 86.8627%
        HSV (HSB):
        277°, 13.0802%, 92.9412%
        XYZ:
        68.4087, 66.2646, 89.3056
        xyY:
        0.3054, 0.2959, 66.2646
      CIE-Lab:
        85.1312, 12.1753, -12.8489
        CIE-LCH:
        85.1312, 17.7012, 313.4579
        CIE-Luv:
        85.1312, 8.6933, -22.1657
        Hunter-Lab:
        81.4031, 7.5507, -8.0637
      #e1ceed color charts
#e1ceed RGB chart
      #e1ceed CMYK chart
      #e1ceed RGB pie chart
      #e1ceed color shades, tints & tones
#e1ceed color schemes
#e1ceed color preview, HTML & CSS examples
           This text has a color of #e1ceed        
        
          <p style="color:#e1ceed;">Text here</p>
        
        
          .mytext {color:#e1ceed;}
        
        Text color #e1ceed
      
           This box has a color of #e1ceed        
        
          <div style="background-color:#e1ceed;">Content here</div>
        
        
          .mybackground {background-color:#e1ceed;}
        
        Background color #e1ceed
      
           Border around this has a color of #e1ceed        
        
          <div style="border:2px solid #e1ceed;">Content here</div>
        
        
          .myborder {border:2px solid #e1ceed;}
        
        Border color #e1ceed