Shades of Desert Storm #EEE6DD
Tints of Desert Storm #EEE6DD
RGB
CMYK
RGB Variations
Color information
#EEE6DD (or 0xEEE6DD) is known color: Desert Storm. HEX triplet: EE, E6 and DD. RGB value is (238,230,221). Sum of RGB (Red+Green+Blue) = 238+230+221=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6DD is #111922. Grayscale: #E7E7E7. Windows color (decimal): -1120547 or 14542574. OLE color: 14542574.
HSL color Cylindrical-coordinate representation of color #EEE6DD: hue angle of 31.76º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE6DD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 230 | 221 | - |
CMYK | 0 | 0.03 | 0.07 | 0.07 |
HSL | 31.76º | 0.33% | 0.9% | - |
HSV(B) | 31.76º | 0.07% | 0.93% | - |
XYZ | 76.61 | 79.99 | 79.81 | - |
YUV | 231.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 230 | 221 | 0 | 0.03 | 0.07 | 0.07 | 31.76 | 0.33 | 0.9 |
Hex | EE | E6 | DD | 0 | 3 | 7 | 7 | 20 | 21 | 5A |
Octal | 356 | 346 | 335 | 0 | 3 | 7 | 7 | 40 | 41 | 132 |
Binary | 11101110 | 11100110 | 11011101 | 0 | 11 | 111 | 111 | 100000 | 100001 | 1011010 |
Color Harmonies of #EEE6DD
Complementary color
Monochromatic Colors of #EEE6DD
Black with #EEE6DD
Text Example
Text Example
White with #EEE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6DD; }
p { color: rgb(238,230,221); }
H1.HeaderClassName
{
color: #EEE6DD;
}
.AnyTagClassName
{
color: #EEE6DD;
}
</style>
background-color css
<style>
a { background-color: #EEE6DD; }
a { background-color: rgb(238,230,221); }
div.DivClassName
{
background-color: #EEE6DD;
}
.BgClassName
{
background-color: #EEE6DD;
}
</style>
border-color css
<style>
span { border-color: #EEE6DD; }
span { border-color: rgb(238,230,221); }
td.TdClassName
{
border-color: #EEE6DD;
}
.TagClassName
{
border-color: #EEE6DD;
}
</style>