#E5CCBD

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

Shades of Dust Storm #E5CCBD

Tints of Dust Storm #E5CCBD

Color information

#E5CCBD (or 0xE5CCBD) is unknown color: approx Dust Storm. HEX triplet: E5, CC and BD. RGB value is (229,204,189). Sum of RGB (Red+Green+Blue) = 229+204+189=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCBD is #1A3342. Grayscale: #D1D1D1. Windows color (decimal): -1717059 or 12438757. OLE color: 12438757.

HSL color Cylindrical-coordinate representation of color #E5CCBD: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CCBD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229204189-
CMYK00.110.170.10
HSL22.5º43.48%81.96%-
HSV(B)22.5º17.47%89.8%-
XYZ63.0963.5257.08-
YUV209.76116.28141.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=36.82%
G=32.80%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920418900.110.170.1022.543.4881.96
HexE5CCBD0B11A172b52
Octal34531427501321122753122
Binary11100101110011001011110101011100011010101111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCBD; }

 p { color: rgb(229,204,189); }

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

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

 a { background-color: rgb(229,204,189); }

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

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

 span { border-color: rgb(229,204,189); }

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