Shades of Spring Wood #E9DCD2
Tints of Spring Wood #E9DCD2
RGB
CMYK
RGB Variations
Color information
#E9DCD2 (or 0xE9DCD2) is known color: Spring Wood. HEX triplet: E9, DC and D2. RGB value is (233,220,210). Sum of RGB (Red+Green+Blue) = 233+220+210=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCD2 is #16232D. Grayscale: #DEDEDE. Windows color (decimal): -1450798 or 13819113. OLE color: 13819113.
HSL color Cylindrical-coordinate representation of color #E9DCD2: hue angle of 26.09º degrees, saturation: 0.34, 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 #E9DCD2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 210 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.09 |
| HSL | 26.09º | 0.34% | 0.87% | - |
| HSV(B) | 26.09º | 0.1% | 0.91% | - |
| XYZ | 70.83 | 73.16 | 71.36 | - |
| YUV | 222.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 210 | 0 | 0.06 | 0.10 | 0.09 | 26.09 | 0.34 | 0.87 |
| Hex | E9 | DC | D2 | 0 | 6 | A | 9 | 1A | 22 | 57 |
| Octal | 351 | 334 | 322 | 0 | 6 | 12 | 11 | 32 | 42 | 127 |
| Binary | 11101001 | 11011100 | 11010010 | 0 | 110 | 1010 | 1001 | 11010 | 100010 | 1010111 |
Color Harmonies of #E9DCD2
Complementary color
Monochromatic Colors of #E9DCD2
Black with #E9DCD2
Text Example
Text Example
White with #E9DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCD2; }
p { color: rgb(233,220,210); }
H1.HeaderClassName
{
color: #E9DCD2;
}
.AnyTagClassName
{
color: #E9DCD2;
}
</style>
background-color css
<style>
a { background-color: #E9DCD2; }
a { background-color: rgb(233,220,210); }
div.DivClassName
{
background-color: #E9DCD2;
}
.BgClassName
{
background-color: #E9DCD2;
}
</style>
border-color css
<style>
span { border-color: #E9DCD2; }
span { border-color: rgb(233,220,210); }
td.TdClassName
{
border-color: #E9DCD2;
}
.TagClassName
{
border-color: #E9DCD2;
}
</style>