#EEE5DC

Color #EEE5DC Desert Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Storm #EEE5DC

Tints of Desert Storm #EEE5DC

Color information

#EEE5DC (or 0xEEE5DC) is unknown color: approx Desert Storm. HEX triplet: EE, E5 and DC. RGB value is (238,229,220). Sum of RGB (Red+Green+Blue) = 238+229+220=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5DC is #111A23. Grayscale: #E6E6E6. Windows color (decimal): -1120804 or 14476782. OLE color: 14476782.

HSL color Cylindrical-coordinate representation of color #EEE5DC: hue angle of 30º 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 #EEE5DC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238229220-
CMYK00.040.080.07
HSL30º34.62%89.8%-
HSV(B)30º7.56%93.33%-
XYZ76.279.3879.02-
YUV230.66121.98133.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=34.64%
G=33.33%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822922000.040.080.073034.6289.8
HexEEE5DC04871e235a
Octal356345334041073643132
Binary11101110111001011101110001001000111111101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5DC; }

 p { color: rgb(238,229,220); }

 H1.HeaderClassName
 {
   color: #EEE5DC;
 }
 .AnyTagClassName
 {
   color: #EEE5DC;
 }
</style>
background-color css

<style>
 a { background-color: #EEE5DC; }

 a { background-color: rgb(238,229,220); }

 div.DivClassName
 {
   background-color: #EEE5DC;
 }
 .BgClassName
 {
   background-color: #EEE5DC;
 }
</style>
border-color css

<style>
 span { border-color: #EEE5DC; }

 span { border-color: rgb(238,229,220); }

 td.TdClassName
 {
   border-color: #EEE5DC;
 }
 .TagClassName
 {
   border-color: #EEE5DC;
 }
</style>