#E1C3B9

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

Shades of Dust Storm #E1C3B9

Tints of Dust Storm #E1C3B9

Color information

#E1C3B9 (or 0xE1C3B9) is unknown color: approx Dust Storm. HEX triplet: E1, C3 and B9. RGB value is (225,195,185). Sum of RGB (Red+Green+Blue) = 225+195+185=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3B9 is #1E3C46. Grayscale: #CACACA. Windows color (decimal): -1981511 or 12174305. OLE color: 12174305.

HSL color Cylindrical-coordinate representation of color #E1C3B9: hue angle of 15º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1C3B9 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225195185-
CMYK00.130.180.12
HSL15º40%80.39%-
HSV(B)15º17.78%88.24%-
XYZ59.3258.5454.07-
YUV202.83117.94143.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=37.19%
G=32.23%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519518500.130.180.12154080.39
HexE1C3B90D12Cf2850
Octal34130327101522141750120
Binary1110000111000011101110010110110010110011111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C3B9; }

 p { color: rgb(225,195,185); }

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

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

 a { background-color: rgb(225,195,185); }

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

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

 span { border-color: rgb(225,195,185); }

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