Html Css Color HEX #EDE5DD Desert Storm

📋 copy color: '#EDE5DD'

red 237 ◦ green 229 ◦ blue 221

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

Shades of Desert Storm #EDE5DD

Tints of Desert Storm #EDE5DD

RGB

 RED value IS 237 (92.97% from 255) = 34.5%

 GREEN value IS 229 (89.84% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 32.17%

R = 34.5%
G = 33.33%
B = 32.17%

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

#EDE5DD (or 0xEDE5DD) is known color: Desert Storm. HEX triplet: ED, E5 and DD. RGB value is (237,229,221). Sum of RGB (Red+Green+Blue) = 237+229+221=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5DD is #121A22. Grayscale: #E6E6E6. Windows color (decimal): -1186339 or 14542317. OLE color: 14542317.

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

Color convert

RGB 237 229 221 -
CMYK 0 0.03 0.07 0.07
HSL 30º 0.31% 0.9% -
HSV(B) 30º 0.07% 0.93% -
XYZ 76 79.26 79.7 -
YUV 230.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 237 229 221 0 0.03 0.07 0.07 30 0.31 0.9
Hex ED E5 DD 0 3 7 7 1E 1F 5A
Octal 355 345 335 0 3 7 7 36 37 132
Binary 11101101 11100101 11011101 0 11 111 111 11110 11111 1011010

Color Harmonies of #EDE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5DD

Black with #EDE5DD

Text Example


Text Example

White with #EDE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5DD; }

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

 H1.HeaderClassName
 {
   color: #EDE5DD;
 }
 .AnyTagClassName
 {
   color: #EDE5DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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