#E1C8BD

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

Shades of Dust Storm #E1C8BD

Tints of Dust Storm #E1C8BD

Color information

#E1C8BD (or 0xE1C8BD) is unknown color: approx Dust Storm. HEX triplet: E1, C8 and BD. RGB value is (225,200,189). Sum of RGB (Red+Green+Blue) = 225+200+189=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8BD is #1E3742. Grayscale: #CECECE. Windows color (decimal): -1980227 or 12437729. OLE color: 12437729.

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

Color convert

RGB225200189-
CMYK00.110.160.12
HSL18.33º37.5%81.18%-
HSV(B)18.33º16%88.24%-
XYZ60.8960.9956.71-
YUV206.22118.28141.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=36.64%
G=32.57%
B=30.78%

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
Decimal22520018900.110.160.1218.3337.581.18
HexE1C8BD0B10C122651
Octal34131027501320142246121
Binary11100001110010001011110101011100001100100101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8BD; }

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

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

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

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

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

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

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

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