Shades of Spring Wood #ECDED4
Tints of Spring Wood #ECDED4
RGB
CMYK
RGB Variations
Color information
#ECDED4 (or 0xECDED4) is known color: Spring Wood. HEX triplet: EC, DE and D4. RGB value is (236,222,212). Sum of RGB (Red+Green+Blue) = 236+222+212=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED4 is #13212B. Grayscale: #E1E1E1. Windows color (decimal): -1253676 or 13950700. OLE color: 13950700.
HSL color Cylindrical-coordinate representation of color #ECDED4: hue angle of 25º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDED4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 212 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.07 |
| HSL | 25º | 0.39% | 0.88% | - |
| HSV(B) | 25º | 0.1% | 0.93% | - |
| XYZ | 72.6 | 74.83 | 72.9 | - |
| YUV | 225.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 212 | 0 | 0.06 | 0.10 | 0.07 | 25 | 0.39 | 0.88 |
| Hex | EC | DE | D4 | 0 | 6 | A | 7 | 19 | 27 | 58 |
| Octal | 354 | 336 | 324 | 0 | 6 | 12 | 7 | 31 | 47 | 130 |
| Binary | 11101100 | 11011110 | 11010100 | 0 | 110 | 1010 | 111 | 11001 | 100111 | 1011000 |
Color Harmonies of #ECDED4
Complementary color
Monochromatic Colors of #ECDED4
Black with #ECDED4
Text Example
Text Example
White with #ECDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDED4; }
p { color: rgb(236,222,212); }
H1.HeaderClassName
{
color: #ECDED4;
}
.AnyTagClassName
{
color: #ECDED4;
}
</style>
background-color css
<style>
a { background-color: #ECDED4; }
a { background-color: rgb(236,222,212); }
div.DivClassName
{
background-color: #ECDED4;
}
.BgClassName
{
background-color: #ECDED4;
}
</style>
border-color css
<style>
span { border-color: #ECDED4; }
span { border-color: rgb(236,222,212); }
td.TdClassName
{
border-color: #ECDED4;
}
.TagClassName
{
border-color: #ECDED4;
}
</style>