#ffd8ae color space conversions
Hex:
        #ffd8ae
        RGB:
        255, 216, 174
        CMY:
        0, 15, 32
        CMYK:
        0, 15, 32, 0
      HSL:
        31°, 100.0000%, 84.1176%
        HSV (HSB):
        31°, 31.7647%, 100.0000%
        XYZ:
        73.4358, 73.4277, 50.3469
        xyY:
        0.3724, 0.3723, 73.4277
      CIE-Lab:
        88.6513, 7.7201, 25.7770
        CIE-LCH:
        88.6513, 26.9083, 73.3273
        CIE-Luv:
        88.6513, 27.3182, 34.6690
        Hunter-Lab:
        85.6900, 3.0161, 25.1473
      #ffd8ae color charts
#ffd8ae RGB chart
      #ffd8ae CMYK chart
      #ffd8ae RGB pie chart
      #ffd8ae color shades, tints & tones
#ffd8ae color schemes
#ffd8ae color preview, HTML & CSS examples
           This text has a color of #ffd8ae        
        
          <p style="color:#ffd8ae;">Text here</p>
        
        
          .mytext {color:#ffd8ae;}
        
        Text color #ffd8ae
      
           This box has a color of #ffd8ae        
        
          <div style="background-color:#ffd8ae;">Content here</div>
        
        
          .mybackground {background-color:#ffd8ae;}
        
        Background color #ffd8ae
      
           Border around this has a color of #ffd8ae        
        
          <div style="border:2px solid #ffd8ae;">Content here</div>
        
        
          .myborder {border:2px solid #ffd8ae;}
        
        Border color #ffd8ae