#EDEAE6

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

Shades of Desert Storm #EDEAE6

Tints of Desert Storm #EDEAE6

Color information

#EDEAE6 (or 0xEDEAE6) is unknown color: approx Desert Storm. HEX triplet: ED, EA and E6. RGB value is (237,234,230). Sum of RGB (Red+Green+Blue) = 237+234+230=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAE6 is #121519. Grayscale: #EAEAEA. Windows color (decimal): -1185050 or 15133421. OLE color: 15133421.

HSL color Cylindrical-coordinate representation of color #EDEAE6: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEAE6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237234230-
CMYK00.010.030.07
HSL34.29º16.28%91.57%-
HSV(B)34.29º2.95%92.94%-
XYZ78.6382.5686.65-
YUV234.44125.49129.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 230 (90.23% from 255) = 32.81%
R=33.81%
G=33.38%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723423000.010.030.0734.2916.2891.57
HexEDEAE6013722105c
Octal35535234601374220134
Binary1110110111101010111001100111111100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAE6; }

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

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

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

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

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

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

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

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