Shades of Spring Wood #ECDDD2
Tints of Spring Wood #ECDDD2
RGB
CMYK
RGB Variations
Color information
#ECDDD2 (or 0xECDDD2) is known color: Spring Wood. HEX triplet: EC, DD and D2. RGB value is (236,221,210). Sum of RGB (Red+Green+Blue) = 236+221+210=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD2 is #13222D. Grayscale: #E0E0E0. Windows color (decimal): -1253934 or 13819372. OLE color: 13819372.
HSL color Cylindrical-coordinate representation of color #ECDDD2: hue angle of 25.38º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDDD2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 210 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.07 |
| HSL | 25.38º | 0.41% | 0.87% | - |
| HSV(B) | 25.38º | 0.11% | 0.93% | - |
| XYZ | 72.08 | 74.2 | 71.5 | - |
| YUV | 224.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 210 | 0 | 0.06 | 0.11 | 0.07 | 25.38 | 0.41 | 0.87 |
| Hex | EC | DD | D2 | 0 | 6 | B | 7 | 19 | 29 | 57 |
| Octal | 354 | 335 | 322 | 0 | 6 | 13 | 7 | 31 | 51 | 127 |
| Binary | 11101100 | 11011101 | 11010010 | 0 | 110 | 1011 | 111 | 11001 | 101001 | 1010111 |
Color Harmonies of #ECDDD2
Complementary color
Monochromatic Colors of #ECDDD2
Black with #ECDDD2
Text Example
Text Example
White with #ECDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDD2; }
p { color: rgb(236,221,210); }
H1.HeaderClassName
{
color: #ECDDD2;
}
.AnyTagClassName
{
color: #ECDDD2;
}
</style>
background-color css
<style>
a { background-color: #ECDDD2; }
a { background-color: rgb(236,221,210); }
div.DivClassName
{
background-color: #ECDDD2;
}
.BgClassName
{
background-color: #ECDDD2;
}
</style>
border-color css
<style>
span { border-color: #ECDDD2; }
span { border-color: rgb(236,221,210); }
td.TdClassName
{
border-color: #ECDDD2;
}
.TagClassName
{
border-color: #ECDDD2;
}
</style>