#EDE6DF

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

Shades of Desert Storm #EDE6DF

Tints of Desert Storm #EDE6DF

Color information

#EDE6DF (or 0xEDE6DF) is unknown color: approx Desert Storm. HEX triplet: ED, E6 and DF. RGB value is (237,230,223). Sum of RGB (Red+Green+Blue) = 237+230+223=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DF is #121920. Grayscale: #E7E7E7. Windows color (decimal): -1186081 or 14673645. OLE color: 14673645.

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

Color convert

RGB237230223-
CMYK00.030.060.07
HSL30º28%90.2%-
HSV(B)30º5.91%92.94%-
XYZ76.5479.9381.21-
YUV231.3123.32132.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 230 (90.23% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=34.35%
G=33.33%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723022300.030.060.07302890.2
HexEDE6DF03671e1c5a
Octal35534633703673634132
Binary11101101111001101101111101111011111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6DF; }

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

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

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

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

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

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

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

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