Shades of Spring Wood #EEDECF
Tints of Spring Wood #EEDECF
RGB
CMYK
RGB Variations
Color information
#EEDECF (or 0xEEDECF) is known color: Spring Wood. HEX triplet: EE, DE and CF. RGB value is (238,222,207). Sum of RGB (Red+Green+Blue) = 238+222+207=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECF is #112130. Grayscale: #E1E1E1. Windows color (decimal): -1122609 or 13623022. OLE color: 13623022.
HSL color Cylindrical-coordinate representation of color #EEDECF: hue angle of 29.03º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDECF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 207 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.07 |
| HSL | 29.03º | 0.48% | 0.87% | - |
| HSV(B) | 29.03º | 0.13% | 0.93% | - |
| XYZ | 72.64 | 74.92 | 69.66 | - |
| YUV | 225.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 207 | 0 | 0.07 | 0.13 | 0.07 | 29.03 | 0.48 | 0.87 |
| Hex | EE | DE | CF | 0 | 7 | D | 7 | 1D | 30 | 57 |
| Octal | 356 | 336 | 317 | 0 | 7 | 15 | 7 | 35 | 60 | 127 |
| Binary | 11101110 | 11011110 | 11001111 | 0 | 111 | 1101 | 111 | 11101 | 110000 | 1010111 |
Color Harmonies of #EEDECF
Complementary color
Monochromatic Colors of #EEDECF
Black with #EEDECF
Text Example
Text Example
White with #EEDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDECF; }
p { color: rgb(238,222,207); }
H1.HeaderClassName
{
color: #EEDECF;
}
.AnyTagClassName
{
color: #EEDECF;
}
</style>
background-color css
<style>
a { background-color: #EEDECF; }
a { background-color: rgb(238,222,207); }
div.DivClassName
{
background-color: #EEDECF;
}
.BgClassName
{
background-color: #EEDECF;
}
</style>
border-color css
<style>
span { border-color: #EEDECF; }
span { border-color: rgb(238,222,207); }
td.TdClassName
{
border-color: #EEDECF;
}
.TagClassName
{
border-color: #EEDECF;
}
</style>