Html Css Color HEX #EDEBE8 Desert Storm

📋 copy color: '#EDEBE8'

red 237 ◦ green 235 ◦ blue 232

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

Shades of Desert Storm #EDEBE8

Tints of Desert Storm #EDEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.38%

 BLUE value IS 232 (91.02% from 255) = 32.95%

R = 33.66%
G = 33.38%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDEBE8 (or 0xEDEBE8) is known color: Desert Storm. HEX triplet: ED, EB and E8. RGB value is (237,235,232). Sum of RGB (Red+Green+Blue) = 237+235+232=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBE8 is #121417. Grayscale: #EBEBEB. Windows color (decimal): -1184792 or 15264749. OLE color: 15264749.

HSL color Cylindrical-coordinate representation of color #EDEBE8: hue angle of 36º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEBE8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 232 -
CMYK 0 0.01 0.02 0.07
HSL 36º 0.12% 0.92% -
HSV(B) 36º 0.02% 0.93% -
XYZ 79.2 83.25 88.24 -
YUV 235.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 237 235 232 0 0.01 0.02 0.07 36 0.12 0.92
Hex ED EB E8 0 1 2 7 24 C 5C
Octal 355 353 350 0 1 2 7 44 14 134
Binary 11101101 11101011 11101000 0 1 10 111 100100 1100 1011100

Color Harmonies of #EDEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBE8

Black with #EDEBE8

Text Example


Text Example

White with #EDEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBE8; }

 p { color: rgb(237,235,232); }

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

background-color css

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

 a { background-color: rgb(237,235,232); }

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

border-color css

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

 span { border-color: rgb(237,235,232); }

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