#E5C6BF

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

Shades of Dust Storm #E5C6BF

Tints of Dust Storm #E5C6BF

Color information

#E5C6BF (or 0xE5C6BF) is unknown color: approx Dust Storm. HEX triplet: E5, C6 and BF. RGB value is (229,198,191). Sum of RGB (Red+Green+Blue) = 229+198+191=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6BF is #1A3940. Grayscale: #CECECE. Windows color (decimal): -1718593 or 12568293. OLE color: 12568293.

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

Color convert

RGB229198191-
CMYK00.140.170.10
HSL11.05º42.22%82.35%-
HSV(B)11.05º16.59%89.8%-
XYZ61.9160.8157.76-
YUV206.47119.27144.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 191 (75% from 255) = 30.91%
R=37.06%
G=32.04%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919819100.140.170.1011.0542.2282.35
HexE5C6BF0E11Ab2a52
Octal34530627701621121352122
Binary1110010111000110101111110111010001101010111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C6BF; }

 p { color: rgb(229,198,191); }

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

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

 a { background-color: rgb(229,198,191); }

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

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

 span { border-color: rgb(229,198,191); }

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