Shades of Spring Wood #ECE0D7
Tints of Spring Wood #ECE0D7
RGB
CMYK
RGB Variations
Color information
#ECE0D7 (or 0xECE0D7) is known color: Spring Wood. HEX triplet: EC, E0 and D7. RGB value is (236,224,215). Sum of RGB (Red+Green+Blue) = 236+224+215=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0D7 is #131F28. Grayscale: #E2E2E2. Windows color (decimal): -1253161 or 14147820. OLE color: 14147820.
HSL color Cylindrical-coordinate representation of color #ECE0D7: hue angle of 25.71º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE0D7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 215 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.07 |
| HSL | 25.71º | 0.36% | 0.88% | - |
| HSV(B) | 25.71º | 0.09% | 0.93% | - |
| XYZ | 73.51 | 76.05 | 75.09 | - |
| YUV | 226.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 215 | 0 | 0.05 | 0.09 | 0.07 | 25.71 | 0.36 | 0.88 |
| Hex | EC | E0 | D7 | 0 | 5 | 9 | 7 | 1A | 24 | 58 |
| Octal | 354 | 340 | 327 | 0 | 5 | 11 | 7 | 32 | 44 | 130 |
| Binary | 11101100 | 11100000 | 11010111 | 0 | 101 | 1001 | 111 | 11010 | 100100 | 1011000 |
Color Harmonies of #ECE0D7
Complementary color
Monochromatic Colors of #ECE0D7
Black with #ECE0D7
Text Example
Text Example
White with #ECE0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0D7; }
p { color: rgb(236,224,215); }
H1.HeaderClassName
{
color: #ECE0D7;
}
.AnyTagClassName
{
color: #ECE0D7;
}
</style>
background-color css
<style>
a { background-color: #ECE0D7; }
a { background-color: rgb(236,224,215); }
div.DivClassName
{
background-color: #ECE0D7;
}
.BgClassName
{
background-color: #ECE0D7;
}
</style>
border-color css
<style>
span { border-color: #ECE0D7; }
span { border-color: rgb(236,224,215); }
td.TdClassName
{
border-color: #ECE0D7;
}
.TagClassName
{
border-color: #ECE0D7;
}
</style>