#E3C8BD

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

Shades of Dust Storm #E3C8BD

Tints of Dust Storm #E3C8BD

Color information

#E3C8BD (or 0xE3C8BD) is unknown color: approx Dust Storm. HEX triplet: E3, C8 and BD. RGB value is (227,200,189). Sum of RGB (Red+Green+Blue) = 227+200+189=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C8BD is #1C3742. Grayscale: #CECECE. Windows color (decimal): -1849155 or 12437731. OLE color: 12437731.

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

Color convert

RGB227200189-
CMYK00.120.170.11
HSL17.37º40.43%81.57%-
HSV(B)17.37º16.74%89.02%-
XYZ61.5261.3156.74-
YUV206.82117.95142.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.85%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=36.85%
G=32.47%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720018900.120.170.1117.3740.4381.57
HexE3C8BD0C11B112852
Octal34331027501421132150122
Binary11100011110010001011110101100100011011100011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C8BD; }

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

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

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

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

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

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

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

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