Shades of Spring Wood #EEDED1
Tints of Spring Wood #EEDED1
RGB
CMYK
RGB Variations
Color information
#EEDED1 (or 0xEEDED1) is known color: Spring Wood. HEX triplet: EE, DE and D1. RGB value is (238,222,209). Sum of RGB (Red+Green+Blue) = 238+222+209=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED1 is #11212E. Grayscale: #E1E1E1. Windows color (decimal): -1122607 or 13754094. OLE color: 13754094.
HSL color Cylindrical-coordinate representation of color #EEDED1: hue angle of 26.9º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDED1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 209 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.07 |
| HSL | 26.9º | 0.46% | 0.88% | - |
| HSV(B) | 26.9º | 0.12% | 0.93% | - |
| XYZ | 72.89 | 75.02 | 70.96 | - |
| YUV | 225.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 209 | 0 | 0.07 | 0.12 | 0.07 | 26.9 | 0.46 | 0.88 |
| Hex | EE | DE | D1 | 0 | 7 | C | 7 | 1B | 2E | 58 |
| Octal | 356 | 336 | 321 | 0 | 7 | 14 | 7 | 33 | 56 | 130 |
| Binary | 11101110 | 11011110 | 11010001 | 0 | 111 | 1100 | 111 | 11011 | 101110 | 1011000 |
Color Harmonies of #EEDED1
Complementary color
Monochromatic Colors of #EEDED1
Black with #EEDED1
Text Example
Text Example
White with #EEDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDED1; }
p { color: rgb(238,222,209); }
H1.HeaderClassName
{
color: #EEDED1;
}
.AnyTagClassName
{
color: #EEDED1;
}
</style>
background-color css
<style>
a { background-color: #EEDED1; }
a { background-color: rgb(238,222,209); }
div.DivClassName
{
background-color: #EEDED1;
}
.BgClassName
{
background-color: #EEDED1;
}
</style>
border-color css
<style>
span { border-color: #EEDED1; }
span { border-color: rgb(238,222,209); }
td.TdClassName
{
border-color: #EEDED1;
}
.TagClassName
{
border-color: #EEDED1;
}
</style>