#E5C3BB

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

Shades of Dust Storm #E5C3BB

Tints of Dust Storm #E5C3BB

Color information

#E5C3BB (or 0xE5C3BB) is unknown color: approx Dust Storm. HEX triplet: E5, C3 and BB. RGB value is (229,195,187). Sum of RGB (Red+Green+Blue) = 229+195+187=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3BB is #1A3C44. Grayscale: #CCCCCC. Windows color (decimal): -1719365 or 12305381. OLE color: 12305381.

HSL color Cylindrical-coordinate representation of color #E5C3BB: hue angle of 11.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C3BB is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229195187-
CMYK00.150.180.10
HSL11.43º44.68%81.57%-
HSV(B)11.43º18.34%89.8%-
XYZ60.859.2855.25-
YUV204.25118.26145.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.48%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=37.48%
G=31.91%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919518700.150.180.1011.4344.6881.57
HexE5C3BB0F12Ab2d52
Octal34530327301722121355122
Binary1110010111000011101110110111110010101010111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3BB; }

 p { color: rgb(229,195,187); }

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

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

 a { background-color: rgb(229,195,187); }

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

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

 span { border-color: rgb(229,195,187); }

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