Html Css Color HEX #EDE6DE Desert Storm

📋 copy color: '#EDE6DE'

red 237 ◦ green 230 ◦ blue 222

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

Shades of Desert Storm #EDE6DE

Tints of Desert Storm #EDE6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.22%

R = 34.4%
G = 33.38%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE6DE (or 0xEDE6DE) is known color: Desert Storm. HEX triplet: ED, E6 and DE. RGB value is (237,230,222). Sum of RGB (Red+Green+Blue) = 237+230+222=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DE is #121921. Grayscale: #E7E7E7. Windows color (decimal): -1186082 or 14608109. OLE color: 14608109.

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

Color convert

RGB 237 230 222 -
CMYK 0 0.03 0.06 0.07
HSL 32º 0.29% 0.9% -
HSV(B) 32º 0.06% 0.93% -
XYZ 76.41 79.87 80.5 -
YUV 231.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 237 230 222 0 0.03 0.06 0.07 32 0.29 0.9
Hex ED E6 DE 0 3 6 7 20 1D 5A
Octal 355 346 336 0 3 6 7 40 35 132
Binary 11101101 11100110 11011110 0 11 110 111 100000 11101 1011010

Color Harmonies of #EDE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6DE

Black with #EDE6DE

Text Example


Text Example

White with #EDE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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