Html Css Color HEX #EBE5DE Desert Storm

📋 copy color: '#EBE5DE'

red 235 ◦ green 229 ◦ blue 222

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

Shades of Desert Storm #EBE5DE

Tints of Desert Storm #EBE5DE

RGB

 RED value IS 235 (92.19% from 255) = 34.26%

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

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

R = 34.26%
G = 33.38%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE5DE (or 0xEBE5DE) is known color: Desert Storm. HEX triplet: EB, E5 and DE. RGB value is (235,229,222). Sum of RGB (Red+Green+Blue) = 235+229+222=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DE is #141A21. Grayscale: #E6E6E6. Windows color (decimal): -1317410 or 14607851. OLE color: 14607851.

HSL color Cylindrical-coordinate representation of color #EBE5DE: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBE5DE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 222 -
CMYK 0 0.03 0.06 0.08
HSL 32.31º 0.25% 0.9% -
HSV(B) 32.31º 0.06% 0.92% -
XYZ 75.47 78.97 80.37 -
YUV 230 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 235 229 222 0 0.03 0.06 0.08 32.31 0.25 0.9
Hex EB E5 DE 0 3 6 8 20 19 5A
Octal 353 345 336 0 3 6 10 40 31 132
Binary 11101011 11100101 11011110 0 11 110 1000 100000 11001 1011010

Color Harmonies of #EBE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5DE

Black with #EBE5DE

Text Example


Text Example

White with #EBE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5DE; }

 p { color: rgb(235,229,222); }

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

background-color css

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

 a { background-color: rgb(235,229,222); }

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

border-color css

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

 span { border-color: rgb(235,229,222); }

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