Shades of Spring Wood #E9DED1
Tints of Spring Wood #E9DED1
RGB
CMYK
RGB Variations
Color information
#E9DED1 (or 0xE9DED1) is known color: Spring Wood. HEX triplet: E9, DE and D1. RGB value is (233,222,209). Sum of RGB (Red+Green+Blue) = 233+222+209=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DED1 is #16212E. Grayscale: #DFDFDF. Windows color (decimal): -1450287 or 13754089. OLE color: 13754089.
HSL color Cylindrical-coordinate representation of color #E9DED1: hue angle of 32.5º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DED1 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 209 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.09 |
| HSL | 32.5º | 0.35% | 0.87% | - |
| HSV(B) | 32.5º | 0.1% | 0.91% | - |
| XYZ | 71.23 | 74.17 | 70.88 | - |
| YUV | 223.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 209 | 0 | 0.05 | 0.10 | 0.09 | 32.5 | 0.35 | 0.87 |
| Hex | E9 | DE | D1 | 0 | 5 | A | 9 | 20 | 23 | 57 |
| Octal | 351 | 336 | 321 | 0 | 5 | 12 | 11 | 40 | 43 | 127 |
| Binary | 11101001 | 11011110 | 11010001 | 0 | 101 | 1010 | 1001 | 100000 | 100011 | 1010111 |
Color Harmonies of #E9DED1
Complementary color
Monochromatic Colors of #E9DED1
Black with #E9DED1
Text Example
Text Example
White with #E9DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DED1; }
p { color: rgb(233,222,209); }
H1.HeaderClassName
{
color: #E9DED1;
}
.AnyTagClassName
{
color: #E9DED1;
}
</style>
background-color css
<style>
a { background-color: #E9DED1; }
a { background-color: rgb(233,222,209); }
div.DivClassName
{
background-color: #E9DED1;
}
.BgClassName
{
background-color: #E9DED1;
}
</style>
border-color css
<style>
span { border-color: #E9DED1; }
span { border-color: rgb(233,222,209); }
td.TdClassName
{
border-color: #E9DED1;
}
.TagClassName
{
border-color: #E9DED1;
}
</style>