Shades of Spring Wood #ECE3D9
Tints of Spring Wood #ECE3D9
RGB
CMYK
RGB Variations
Color information
#ECE3D9 (or 0xECE3D9) is known color: Spring Wood. HEX triplet: EC, E3 and D9. RGB value is (236,227,217). Sum of RGB (Red+Green+Blue) = 236+227+217=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3D9 is #131C26. Grayscale: #E4E4E4. Windows color (decimal): -1252391 or 14279660. OLE color: 14279660.
HSL color Cylindrical-coordinate representation of color #ECE3D9: hue angle of 31.58º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE3D9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 217 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.07 |
| HSL | 31.58º | 0.33% | 0.89% | - |
| HSV(B) | 31.58º | 0.08% | 0.93% | - |
| XYZ | 74.59 | 77.78 | 76.73 | - |
| YUV | 228.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 217 | 0 | 0.04 | 0.08 | 0.07 | 31.58 | 0.33 | 0.89 |
| Hex | EC | E3 | D9 | 0 | 4 | 8 | 7 | 20 | 21 | 59 |
| Octal | 354 | 343 | 331 | 0 | 4 | 10 | 7 | 40 | 41 | 131 |
| Binary | 11101100 | 11100011 | 11011001 | 0 | 100 | 1000 | 111 | 100000 | 100001 | 1011001 |
Color Harmonies of #ECE3D9
Complementary color
Monochromatic Colors of #ECE3D9
Black with #ECE3D9
Text Example
Text Example
White with #ECE3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3D9; }
p { color: rgb(236,227,217); }
H1.HeaderClassName
{
color: #ECE3D9;
}
.AnyTagClassName
{
color: #ECE3D9;
}
</style>
background-color css
<style>
a { background-color: #ECE3D9; }
a { background-color: rgb(236,227,217); }
div.DivClassName
{
background-color: #ECE3D9;
}
.BgClassName
{
background-color: #ECE3D9;
}
</style>
border-color css
<style>
span { border-color: #ECE3D9; }
span { border-color: rgb(236,227,217); }
td.TdClassName
{
border-color: #ECE3D9;
}
.TagClassName
{
border-color: #ECE3D9;
}
</style>