#EAE5DF

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

Shades of Desert Storm #EAE5DF

Tints of Desert Storm #EAE5DF

Color information

#EAE5DF (or 0xEAE5DF) is unknown color: approx Desert Storm. HEX triplet: EA, E5 and DF. RGB value is (234,229,223). Sum of RGB (Red+Green+Blue) = 234+229+223=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DF is #151A20. Grayscale: #E5E5E5. Windows color (decimal): -1382945 or 14673386. OLE color: 14673386.

HSL color Cylindrical-coordinate representation of color #EAE5DF: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE5DF is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234229223-
CMYK00.020.050.08
HSL32.73º20.75%89.61%-
HSV(B)32.73º4.7%91.76%-
XYZ75.2778.8681.07-
YUV229.81124.16130.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=34.11%
G=33.38%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422922300.020.050.0832.7320.7589.61
HexEAE5DF025821155a
Octal352345337025104125132
Binary1110101011100101110111110101011000100001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5DF; }

 p { color: rgb(234,229,223); }

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

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

 a { background-color: rgb(234,229,223); }

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

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

 span { border-color: rgb(234,229,223); }

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