#EDE5DC

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

Shades of Desert Storm #EDE5DC

Tints of Desert Storm #EDE5DC

Color information

#EDE5DC (or 0xEDE5DC) is unknown color: approx Desert Storm. HEX triplet: ED, E5 and DC. RGB value is (237,229,220). Sum of RGB (Red+Green+Blue) = 237+229+220=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5DC is #121A23. Grayscale: #E6E6E6. Windows color (decimal): -1186340 or 14476781. OLE color: 14476781.

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

Color convert

RGB237229220-
CMYK00.030.070.07
HSL31.76º32.08%89.61%-
HSV(B)31.76º7.17%92.94%-
XYZ75.8679.2179-
YUV230.37122.15132.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=34.55%
G=33.38%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722922000.030.070.0731.7632.0889.61
HexEDE5DC037720205a
Octal35534533403774040132
Binary1110110111100101110111000111111111000001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5DC; }

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

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

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

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

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

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

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

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