#ffe2ce color space conversions
Hex:
        #ffe2ce
        RGB:
        255, 226, 206
        CMY:
        0, 11, 19
        CMYK:
        0, 11, 19, 0
      HSL:
        24°, 100.0000%, 90.3922%
        HSV (HSB):
        24°, 19.2157%, 100.0000%
        XYZ:
        79.5769, 80.1089, 69.6609
        xyY:
        0.3470, 0.3493, 80.1089
      CIE-Lab:
        91.7337, 6.8822, 13.4130
        CIE-LCH:
        91.7337, 15.0756, 62.8375
        CIE-Luv:
        91.7337, 18.7965, 18.4608
        Hunter-Lab:
        89.5036, 2.0716, 16.5069
      #ffe2ce color charts
#ffe2ce RGB chart
      #ffe2ce CMYK chart
      #ffe2ce RGB pie chart
      #ffe2ce color shades, tints & tones
#ffe2ce color schemes
#ffe2ce color preview, HTML & CSS examples
           This text has a color of #ffe2ce        
        
          <p style="color:#ffe2ce;">Text here</p>
        
        
          .mytext {color:#ffe2ce;}
        
        Text color #ffe2ce
      
           This box has a color of #ffe2ce        
        
          <div style="background-color:#ffe2ce;">Content here</div>
        
        
          .mybackground {background-color:#ffe2ce;}
        
        Background color #ffe2ce
      
           Border around this has a color of #ffe2ce        
        
          <div style="border:2px solid #ffe2ce;">Content here</div>
        
        
          .myborder {border:2px solid #ffe2ce;}
        
        Border color #ffe2ce