Html Css Color HEX #EDE6DD Desert Storm

📋 copy color: '#EDE6DD'

red 237 ◦ green 230 ◦ blue 221

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

Shades of Desert Storm #EDE6DD

Tints of Desert Storm #EDE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.43%

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

R = 34.45%
G = 33.43%
B = 32.12%

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

#EDE6DD (or 0xEDE6DD) is known color: Desert Storm. HEX triplet: ED, E6 and DD. RGB value is (237,230,221). Sum of RGB (Red+Green+Blue) = 237+230+221=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DD is #121922. Grayscale: #E7E7E7. Windows color (decimal): -1186083 or 14542573. OLE color: 14542573.

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

Color convert

RGB 237 230 221 -
CMYK 0 0.03 0.07 0.07
HSL 33.75º 0.31% 0.9% -
HSV(B) 33.75º 0.07% 0.93% -
XYZ 76.27 79.82 79.79 -
YUV 231.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 237 230 221 0 0.03 0.07 0.07 33.75 0.31 0.9
Hex ED E6 DD 0 3 7 7 22 1F 5A
Octal 355 346 335 0 3 7 7 42 37 132
Binary 11101101 11100110 11011101 0 11 111 111 100010 11111 1011010

Color Harmonies of #EDE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6DD

Black with #EDE6DD

Text Example


Text Example

White with #EDE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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