#EEE5DB

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

Shades of Desert Storm #EEE5DB

Tints of Desert Storm #EEE5DB

Color information

#EEE5DB (or 0xEEE5DB) is unknown color: approx Desert Storm. HEX triplet: EE, E5 and DB. RGB value is (238,229,219). Sum of RGB (Red+Green+Blue) = 238+229+219=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5DB is #111A24. Grayscale: #E6E6E6. Windows color (decimal): -1120805 or 14411246. OLE color: 14411246.

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

Color convert

RGB238229219-
CMYK00.040.080.07
HSL31.58º35.85%89.61%-
HSV(B)31.58º7.98%93.33%-
XYZ76.0779.3378.32-
YUV230.55121.48133.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=34.69%
G=33.38%
B=31.92%

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
Decimal23822921900.040.080.0731.5835.8589.61
HexEEE5DB048720245a
Octal356345333041074044132
Binary111011101110010111011011010010001111000001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5DB; }

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

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

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

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

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

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

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

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