#e2ddaf color space conversions
Hex:
        #e2ddaf
        RGB:
        226, 221, 175
        CMY:
        11, 13, 31
        CMYK:
        0, 2, 23, 11
      HSL:
        54°, 46.7890%, 78.6275%
        HSV (HSB):
        54°, 22.5664%, 88.6275%
        XYZ:
        64.9583, 70.9768, 50.8337
        xyY:
        0.3478, 0.3800, 70.9768
      CIE-Lab:
        87.4737, -5.5856, 23.2499
        CIE-LCH:
        87.4737, 23.9114, 103.5089
        CIE-Luv:
        87.4737, 5.4820, 33.9982
        Hunter-Lab:
        84.2477, -9.8029, 23.1988
      #e2ddaf color charts
#e2ddaf RGB chart
      #e2ddaf CMYK chart
      #e2ddaf RGB pie chart
      #e2ddaf color shades, tints & tones
#e2ddaf color schemes
#e2ddaf color preview, HTML & CSS examples
           This text has a color of #e2ddaf        
        
          <p style="color:#e2ddaf;">Text here</p>
        
        
          .mytext {color:#e2ddaf;}
        
        Text color #e2ddaf
      
           This box has a color of #e2ddaf        
        
          <div style="background-color:#e2ddaf;">Content here</div>
        
        
          .mybackground {background-color:#e2ddaf;}
        
        Background color #e2ddaf
      
           Border around this has a color of #e2ddaf        
        
          <div style="border:2px solid #e2ddaf;">Content here</div>
        
        
          .myborder {border:2px solid #e2ddaf;}
        
        Border color #e2ddaf