#ECE5DD

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

Shades of Desert Storm #ECE5DD

Tints of Desert Storm #ECE5DD

Color information

#ECE5DD (or 0xECE5DD) is unknown color: approx Desert Storm. HEX triplet: EC, E5 and DD. RGB value is (236,229,221). Sum of RGB (Red+Green+Blue) = 236+229+221=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5DD is #131A22. Grayscale: #E6E6E6. Windows color (decimal): -1251875 or 14542316. OLE color: 14542316.

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

Color convert

RGB236229221-
CMYK00.030.060.07
HSL32º28.3%89.61%-
HSV(B)32º6.36%92.55%-
XYZ75.6679.0979.69-
YUV230.18122.82132.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=34.40%
G=33.38%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622922100.030.060.073228.389.61
HexECE5DD0367201c5a
Octal35434533503674034132
Binary111011001110010111011101011110111100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5DD; }

 p { color: rgb(236,229,221); }

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

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

 a { background-color: rgb(236,229,221); }

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

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

 span { border-color: rgb(236,229,221); }

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