#EDEBE8

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

Shades of Desert Storm #EDEBE8

Tints of Desert Storm #EDEBE8

Color information

#EDEBE8 (or 0xEDEBE8) is unknown color: approx Desert Storm. HEX triplet: ED, EB and E8. RGB value is (237,235,232). Sum of RGB (Red+Green+Blue) = 237+235+232=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBE8 is #121417. Grayscale: #EBEBEB. Windows color (decimal): -1184792 or 15264749. OLE color: 15264749.

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

Color convert

RGB237235232-
CMYK00.010.020.07
HSL36º12.2%91.96%-
HSV(B)36º2.11%92.94%-
XYZ79.283.2588.24-
YUV235.26126.16129.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 232 (91.02% from 255) = 32.95%
R=33.66%
G=33.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723523200.010.020.073612.291.96
HexEDEBE8012724c5c
Octal35535335001274414134
Binary111011011110101111101000011011110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBE8; }

 p { color: rgb(237,235,232); }

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

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

 a { background-color: rgb(237,235,232); }

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

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

 span { border-color: rgb(237,235,232); }

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