Shades of Spring Wood #ECE4DD
Tints of Spring Wood #ECE4DD
RGB
CMYK
RGB Variations
Color information
#ECE4DD (or 0xECE4DD) is known color: Spring Wood. HEX triplet: EC, E4 and DD. RGB value is (236,228,221). Sum of RGB (Red+Green+Blue) = 236+228+221=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DD is #131B22. Grayscale: #E5E5E5. Windows color (decimal): -1252131 or 14542060. OLE color: 14542060.
HSL color Cylindrical-coordinate representation of color #ECE4DD: hue angle of 28º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE4DD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 221 | - |
CMYK | 0 | 0.03 | 0.06 | 0.07 |
HSL | 28º | 0.28% | 0.9% | - |
HSV(B) | 28º | 0.06% | 0.93% | - |
XYZ | 75.39 | 78.54 | 79.59 | - |
YUV | 229.59 | 123.15 | 132.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 221 | 0 | 0.03 | 0.06 | 0.07 | 28 | 0.28 | 0.9 |
Hex | EC | E4 | DD | 0 | 3 | 6 | 7 | 1C | 1C | 5A |
Octal | 354 | 344 | 335 | 0 | 3 | 6 | 7 | 34 | 34 | 132 |
Binary | 11101100 | 11100100 | 11011101 | 0 | 11 | 110 | 111 | 11100 | 11100 | 1011010 |
Color Harmonies of #ECE4DD
Complementary color
Monochromatic Colors of #ECE4DD
Black with #ECE4DD
Text Example
Text Example
White with #ECE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4DD; }
p { color: rgb(236,228,221); }
H1.HeaderClassName
{
color: #ECE4DD;
}
.AnyTagClassName
{
color: #ECE4DD;
}
</style>
background-color css
<style>
a { background-color: #ECE4DD; }
a { background-color: rgb(236,228,221); }
div.DivClassName
{
background-color: #ECE4DD;
}
.BgClassName
{
background-color: #ECE4DD;
}
</style>
border-color css
<style>
span { border-color: #ECE4DD; }
span { border-color: rgb(236,228,221); }
td.TdClassName
{
border-color: #ECE4DD;
}
.TagClassName
{
border-color: #ECE4DD;
}
</style>