Shades of Spring Wood #E9DFD6
Tints of Spring Wood #E9DFD6
RGB
CMYK
RGB Variations
Color information
#E9DFD6 (or 0xE9DFD6) is known color: Spring Wood. HEX triplet: E9, DF and D6. RGB value is (233,223,214). Sum of RGB (Red+Green+Blue) = 233+223+214=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFD6 is #162029. Grayscale: #E1E1E1. Windows color (decimal): -1450026 or 14082025. OLE color: 14082025.
HSL color Cylindrical-coordinate representation of color #E9DFD6: hue angle of 28.42º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DFD6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 214 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.09 |
| HSL | 28.42º | 0.3% | 0.88% | - |
| HSV(B) | 28.42º | 0.08% | 0.91% | - |
| XYZ | 72.13 | 74.95 | 74.28 | - |
| YUV | 224.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 214 | 0 | 0.04 | 0.08 | 0.09 | 28.42 | 0.3 | 0.88 |
| Hex | E9 | DF | D6 | 0 | 4 | 8 | 9 | 1C | 1E | 58 |
| Octal | 351 | 337 | 326 | 0 | 4 | 10 | 11 | 34 | 36 | 130 |
| Binary | 11101001 | 11011111 | 11010110 | 0 | 100 | 1000 | 1001 | 11100 | 11110 | 1011000 |
Color Harmonies of #E9DFD6
Complementary color
Monochromatic Colors of #E9DFD6
Black with #E9DFD6
Text Example
Text Example
White with #E9DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFD6; }
p { color: rgb(233,223,214); }
H1.HeaderClassName
{
color: #E9DFD6;
}
.AnyTagClassName
{
color: #E9DFD6;
}
</style>
background-color css
<style>
a { background-color: #E9DFD6; }
a { background-color: rgb(233,223,214); }
div.DivClassName
{
background-color: #E9DFD6;
}
.BgClassName
{
background-color: #E9DFD6;
}
</style>
border-color css
<style>
span { border-color: #E9DFD6; }
span { border-color: rgb(233,223,214); }
td.TdClassName
{
border-color: #E9DFD6;
}
.TagClassName
{
border-color: #E9DFD6;
}
</style>