Shades of Desert Storm #EEE6DC
Tints of Desert Storm #EEE6DC
RGB
CMYK
RGB Variations
Color information
#EEE6DC (or 0xEEE6DC) is known color: Desert Storm. HEX triplet: EE, E6 and DC. RGB value is (238,230,220). Sum of RGB (Red+Green+Blue) = 238+230+220=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6DC is #111923. Grayscale: #E7E7E7. Windows color (decimal): -1120548 or 14477038. OLE color: 14477038.
HSL color Cylindrical-coordinate representation of color #EEE6DC: hue angle of 33.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE6DC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 220 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.07 |
| HSL | 33.33º | 0.35% | 0.9% | - |
| HSV(B) | 33.33º | 0.08% | 0.93% | - |
| XYZ | 76.47 | 79.94 | 79.11 | - |
| YUV | 231.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 220 | 0 | 0.03 | 0.08 | 0.07 | 33.33 | 0.35 | 0.9 |
| Hex | EE | E6 | DC | 0 | 3 | 8 | 7 | 21 | 23 | 5A |
| Octal | 356 | 346 | 334 | 0 | 3 | 10 | 7 | 41 | 43 | 132 |
| Binary | 11101110 | 11100110 | 11011100 | 0 | 11 | 1000 | 111 | 100001 | 100011 | 1011010 |
Color Harmonies of #EEE6DC
Complementary color
Monochromatic Colors of #EEE6DC
Black with #EEE6DC
Text Example
Text Example
White with #EEE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6DC; }
p { color: rgb(238,230,220); }
H1.HeaderClassName
{
color: #EEE6DC;
}
.AnyTagClassName
{
color: #EEE6DC;
}
</style>
background-color css
<style>
a { background-color: #EEE6DC; }
a { background-color: rgb(238,230,220); }
div.DivClassName
{
background-color: #EEE6DC;
}
.BgClassName
{
background-color: #EEE6DC;
}
</style>
border-color css
<style>
span { border-color: #EEE6DC; }
span { border-color: rgb(238,230,220); }
td.TdClassName
{
border-color: #EEE6DC;
}
.TagClassName
{
border-color: #EEE6DC;
}
</style>