Shades of Desert Storm #ECE8E3
Tints of Desert Storm #ECE8E3
RGB
CMYK
RGB Variations
Color information
#ECE8E3 (or 0xECE8E3) is known color: Desert Storm. HEX triplet: EC, E8 and E3. RGB value is (236,232,227). Sum of RGB (Red+Green+Blue) = 236+232+227=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8E3 is #13171C. Grayscale: #E8E8E8. Windows color (decimal): -1251101 or 14936300. OLE color: 14936300.
HSL color Cylindrical-coordinate representation of color #ECE8E3: hue angle of 33.33º degrees, saturation: 0.19, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECE8E3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 227 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.07 |
| HSL | 33.33º | 0.19% | 0.91% | - |
| HSV(B) | 33.33º | 0.04% | 0.93% | - |
| XYZ | 77.31 | 81.09 | 84.25 | - |
| YUV | 232.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 227 | 0 | 0.02 | 0.04 | 0.07 | 33.33 | 0.19 | 0.91 |
| Hex | EC | E8 | E3 | 0 | 2 | 4 | 7 | 21 | 13 | 5B |
| Octal | 354 | 350 | 343 | 0 | 2 | 4 | 7 | 41 | 23 | 133 |
| Binary | 11101100 | 11101000 | 11100011 | 0 | 10 | 100 | 111 | 100001 | 10011 | 1011011 |
Color Harmonies of #ECE8E3
Complementary color
Monochromatic Colors of #ECE8E3
Black with #ECE8E3
Text Example
Text Example
White with #ECE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8E3; }
p { color: rgb(236,232,227); }
H1.HeaderClassName
{
color: #ECE8E3;
}
.AnyTagClassName
{
color: #ECE8E3;
}
</style>
background-color css
<style>
a { background-color: #ECE8E3; }
a { background-color: rgb(236,232,227); }
div.DivClassName
{
background-color: #ECE8E3;
}
.BgClassName
{
background-color: #ECE8E3;
}
</style>
border-color css
<style>
span { border-color: #ECE8E3; }
span { border-color: rgb(236,232,227); }
td.TdClassName
{
border-color: #ECE8E3;
}
.TagClassName
{
border-color: #ECE8E3;
}
</style>