Shades of Spring Wood #ECDFD2
Tints of Spring Wood #ECDFD2
RGB
CMYK
RGB Variations
Color information
#ECDFD2 (or 0xECDFD2) is known color: Spring Wood. HEX triplet: EC, DF and D2. RGB value is (236,223,210). Sum of RGB (Red+Green+Blue) = 236+223+210=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD2 is #13202D. Grayscale: #E1E1E1. Windows color (decimal): -1253422 or 13819884. OLE color: 13819884.
HSL color Cylindrical-coordinate representation of color #ECDFD2: hue angle of 30º 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 #ECDFD2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 210 | - |
CMYK | 0 | 0.06 | 0.11 | 0.07 |
HSL | 30º | 0.41% | 0.87% | - |
HSV(B) | 30º | 0.11% | 0.93% | - |
XYZ | 72.61 | 75.26 | 71.67 | - |
YUV | 225.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 210 | 0 | 0.06 | 0.11 | 0.07 | 30 | 0.41 | 0.87 |
Hex | EC | DF | D2 | 0 | 6 | B | 7 | 1E | 29 | 57 |
Octal | 354 | 337 | 322 | 0 | 6 | 13 | 7 | 36 | 51 | 127 |
Binary | 11101100 | 11011111 | 11010010 | 0 | 110 | 1011 | 111 | 11110 | 101001 | 1010111 |
Color Harmonies of #ECDFD2
Complementary color
Monochromatic Colors of #ECDFD2
Black with #ECDFD2
Text Example
Text Example
White with #ECDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFD2; }
p { color: rgb(236,223,210); }
H1.HeaderClassName
{
color: #ECDFD2;
}
.AnyTagClassName
{
color: #ECDFD2;
}
</style>
background-color css
<style>
a { background-color: #ECDFD2; }
a { background-color: rgb(236,223,210); }
div.DivClassName
{
background-color: #ECDFD2;
}
.BgClassName
{
background-color: #ECDFD2;
}
</style>
border-color css
<style>
span { border-color: #ECDFD2; }
span { border-color: rgb(236,223,210); }
td.TdClassName
{
border-color: #ECDFD2;
}
.TagClassName
{
border-color: #ECDFD2;
}
</style>