#EBE5DF

Color #EBE5DF Desert Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Storm #EBE5DF

Tints of Desert Storm #EBE5DF

Color information

#EBE5DF (or 0xEBE5DF) is unknown color: approx Desert Storm. HEX triplet: EB, E5 and DF. RGB value is (235,229,223). Sum of RGB (Red+Green+Blue) = 235+229+223=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DF is #141A20. Grayscale: #E6E6E6. Windows color (decimal): -1317409 or 14673387. OLE color: 14673387.

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

Color convert

RGB235229223-
CMYK00.030.050.08
HSL30º23.08%89.8%-
HSV(B)30º5.11%92.16%-
XYZ75.679.0381.08-
YUV230.11123.99131.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 32.46%
R=34.21%
G=33.33%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522922300.030.050.083023.0889.8
HexEBE5DF03581e175a
Octal353345337035103627132
Binary111010111110010111011111011101100011110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5DF; }

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

 H1.HeaderClassName
 {
   color: #EBE5DF;
 }
 .AnyTagClassName
 {
   color: #EBE5DF;
 }
</style>
background-color css

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

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

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

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

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

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