#E1C8BE

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

Shades of Dust Storm #E1C8BE

Tints of Dust Storm #E1C8BE

Color information

#E1C8BE (or 0xE1C8BE) is unknown color: approx Dust Storm. HEX triplet: E1, C8 and BE. RGB value is (225,200,190). Sum of RGB (Red+Green+Blue) = 225+200+190=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8BE is #1E3741. Grayscale: #CECECE. Windows color (decimal): -1980226 or 12503265. OLE color: 12503265.

HSL color Cylindrical-coordinate representation of color #E1C8BE: hue angle of 17.14º degrees, saturation: 0.37, 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 #E1C8BE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225200190-
CMYK00.110.160.12
HSL17.14º36.84%81.37%-
HSV(B)17.14º15.56%88.24%-
XYZ6161.0357.28-
YUV206.33118.78141.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=36.59%
G=32.52%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520019000.110.160.1217.1436.8481.37
HexE1C8BE0B10C112551
Octal34131027601320142145121
Binary11100001110010001011111001011100001100100011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8BE; }

 p { color: rgb(225,200,190); }

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

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

 a { background-color: rgb(225,200,190); }

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

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

 span { border-color: rgb(225,200,190); }

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