Html Css Color HEX #EDE5DC Desert Storm

📋 copy color: '#EDE5DC'

red 237 ◦ green 229 ◦ blue 220

#EDE5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Storm #EDE5DC

Tints of Desert Storm #EDE5DC

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 value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE5DC (or 0xEDE5DC) is known color: 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

RGB 237 229 220 -
CMYK 0 0.03 0.07 0.07
HSL 31.76º 0.32% 0.9% -
HSV(B) 31.76º 0.07% 0.93% -
XYZ 75.86 79.21 79 -
YUV 230.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 237 229 220 0 0.03 0.07 0.07 31.76 0.32 0.9
Hex ED E5 DC 0 3 7 7 20 20 5A
Octal 355 345 334 0 3 7 7 40 40 132
Binary 11101101 11100101 11011100 0 11 111 111 100000 100000 1011010

Color Harmonies of #EDE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5DC

Black with #EDE5DC

Text Example


Text Example

White with #EDE5DC

Text Example


Text Example

HTML Codes & Css Web 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>