Shades of Desert Storm #ECE5DD
Tints of Desert Storm #ECE5DD
RGB
CMYK
RGB Variations
Color information
#ECE5DD (or 0xECE5DD) is known color: Desert Storm. HEX triplet: EC, E5 and DD. RGB value is (236,229,221). Sum of RGB (Red+Green+Blue) = 236+229+221=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5DD is #131A22. Grayscale: #E6E6E6. Windows color (decimal): -1251875 or 14542316. OLE color: 14542316.
HSL color Cylindrical-coordinate representation of color #ECE5DD: hue angle of 32º 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 #ECE5DD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 221 | - |
CMYK | 0 | 0.03 | 0.06 | 0.07 |
HSL | 32º | 0.28% | 0.9% | - |
HSV(B) | 32º | 0.06% | 0.93% | - |
XYZ | 75.66 | 79.09 | 79.69 | - |
YUV | 230.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 221 | 0 | 0.03 | 0.06 | 0.07 | 32 | 0.28 | 0.9 |
Hex | EC | E5 | DD | 0 | 3 | 6 | 7 | 20 | 1C | 5A |
Octal | 354 | 345 | 335 | 0 | 3 | 6 | 7 | 40 | 34 | 132 |
Binary | 11101100 | 11100101 | 11011101 | 0 | 11 | 110 | 111 | 100000 | 11100 | 1011010 |
Color Harmonies of #ECE5DD
Complementary color
Monochromatic Colors of #ECE5DD
Black with #ECE5DD
Text Example
Text Example
White with #ECE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5DD; }
p { color: rgb(236,229,221); }
H1.HeaderClassName
{
color: #ECE5DD;
}
.AnyTagClassName
{
color: #ECE5DD;
}
</style>
background-color css
<style>
a { background-color: #ECE5DD; }
a { background-color: rgb(236,229,221); }
div.DivClassName
{
background-color: #ECE5DD;
}
.BgClassName
{
background-color: #ECE5DD;
}
</style>
border-color css
<style>
span { border-color: #ECE5DD; }
span { border-color: rgb(236,229,221); }
td.TdClassName
{
border-color: #ECE5DD;
}
.TagClassName
{
border-color: #ECE5DD;
}
</style>