Shades of Spring Wood #ECE1D9
Tints of Spring Wood #ECE1D9
RGB
CMYK
RGB Variations
Color information
#ECE1D9 (or 0xECE1D9) is known color: Spring Wood. HEX triplet: EC, E1 and D9. RGB value is (236,225,217). Sum of RGB (Red+Green+Blue) = 236+225+217=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1D9 is #131E26. Grayscale: #E3E3E3. Windows color (decimal): -1252903 or 14279148. OLE color: 14279148.
HSL color Cylindrical-coordinate representation of color #ECE1D9: hue angle of 25.26º 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 #ECE1D9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 225 | 217 | - |
CMYK | 0 | 0.05 | 0.08 | 0.07 |
HSL | 25.26º | 0.33% | 0.89% | - |
HSV(B) | 25.26º | 0.08% | 0.93% | - |
XYZ | 74.04 | 76.69 | 76.55 | - |
YUV | 227.38 | 122.14 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 217 | 0 | 0.05 | 0.08 | 0.07 | 25.26 | 0.33 | 0.89 |
Hex | EC | E1 | D9 | 0 | 5 | 8 | 7 | 19 | 21 | 59 |
Octal | 354 | 341 | 331 | 0 | 5 | 10 | 7 | 31 | 41 | 131 |
Binary | 11101100 | 11100001 | 11011001 | 0 | 101 | 1000 | 111 | 11001 | 100001 | 1011001 |
Color Harmonies of #ECE1D9
Complementary color
Monochromatic Colors of #ECE1D9
Black with #ECE1D9
Text Example
Text Example
White with #ECE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1D9; }
p { color: rgb(236,225,217); }
H1.HeaderClassName
{
color: #ECE1D9;
}
.AnyTagClassName
{
color: #ECE1D9;
}
</style>
background-color css
<style>
a { background-color: #ECE1D9; }
a { background-color: rgb(236,225,217); }
div.DivClassName
{
background-color: #ECE1D9;
}
.BgClassName
{
background-color: #ECE1D9;
}
</style>
border-color css
<style>
span { border-color: #ECE1D9; }
span { border-color: rgb(236,225,217); }
td.TdClassName
{
border-color: #ECE1D9;
}
.TagClassName
{
border-color: #ECE1D9;
}
</style>