#E1C2BD

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

Shades of Dust Storm #E1C2BD

Tints of Dust Storm #E1C2BD

Color information

#E1C2BD (or 0xE1C2BD) is unknown color: approx Dust Storm. HEX triplet: E1, C2 and BD. RGB value is (225,194,189). Sum of RGB (Red+Green+Blue) = 225+194+189=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2BD is #1E3D42. Grayscale: #CACACA. Windows color (decimal): -1981763 or 12436193. OLE color: 12436193.

HSL color Cylindrical-coordinate representation of color #E1C2BD: hue angle of 8.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C2BD is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225194189-
CMYK00.140.160.12
HSL8.33º37.5%81.18%-
HSV(B)8.33º16%88.24%-
XYZ59.5358.2756.25-
YUV202.7120.27143.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=37.01%
G=31.91%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519418900.140.160.128.3337.581.18
HexE1C2BD0E10C82651
Octal34130227501620141046121
Binary1110000111000010101111010111010000110010001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C2BD; }

 p { color: rgb(225,194,189); }

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

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

 a { background-color: rgb(225,194,189); }

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

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

 span { border-color: rgb(225,194,189); }

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