#EDE6DD

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

Shades of Desert Storm #EDE6DD

Tints of Desert Storm #EDE6DD

Color information

#EDE6DD (or 0xEDE6DD) is unknown color: approx Desert Storm. HEX triplet: ED, E6 and DD. RGB value is (237,230,221). Sum of RGB (Red+Green+Blue) = 237+230+221=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DD is #121922. Grayscale: #E7E7E7. Windows color (decimal): -1186083 or 14542573. OLE color: 14542573.

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

Color convert

RGB237230221-
CMYK00.030.070.07
HSL33.75º30.77%89.8%-
HSV(B)33.75º6.75%92.94%-
XYZ76.2779.8279.79-
YUV231.07122.32132.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=34.45%
G=33.43%
B=32.12%

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
Decimal23723022100.030.070.0733.7530.7789.8
HexEDE6DD0377221f5a
Octal35534633503774237132
Binary111011011110011011011101011111111100010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6DD; }

 p { color: rgb(237,230,221); }

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

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

 a { background-color: rgb(237,230,221); }

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

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

 span { border-color: rgb(237,230,221); }

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