#E8C2B9

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

Shades of Dust Storm #E8C2B9

Tints of Dust Storm #E8C2B9

Color information

#E8C2B9 (or 0xE8C2B9) is unknown color: approx Dust Storm. HEX triplet: E8, C2 and B9. RGB value is (232,194,185). Sum of RGB (Red+Green+Blue) = 232+194+185=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C2B9 is #173D46. Grayscale: #CCCCCC. Windows color (decimal): -1523015 or 12174056. OLE color: 12174056.

HSL color Cylindrical-coordinate representation of color #E8C2B9: hue angle of 11.49º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8C2B9 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB232194185-
CMYK00.160.200.09
HSL11.49º50.54%81.76%-
HSV(B)11.49º20.26%90.98%-
XYZ61.3359.2454.1-
YUV204.34117.09147.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=37.97%
G=31.75%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219418500.160.200.0911.4950.5481.76
HexE8C2B9010149b3352
Octal35030227102024111363122
Binary11101000110000101011100101000010100100110111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C2B9; }

 p { color: rgb(232,194,185); }

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

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

 a { background-color: rgb(232,194,185); }

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

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

 span { border-color: rgb(232,194,185); }

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