#E7C6BF

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

Shades of Dust Storm #E7C6BF

Tints of Dust Storm #E7C6BF

Color information

#E7C6BF (or 0xE7C6BF) is unknown color: approx Dust Storm. HEX triplet: E7, C6 and BF. RGB value is (231,198,191). Sum of RGB (Red+Green+Blue) = 231+198+191=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6BF is #183940. Grayscale: #CFCFCF. Windows color (decimal): -1587521 or 12568295. OLE color: 12568295.

HSL color Cylindrical-coordinate representation of color #E7C6BF: hue angle of 10.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C6BF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231198191-
CMYK00.140.170.09
HSL10.5º45.45%82.75%-
HSV(B)10.5º17.32%90.59%-
XYZ62.5561.1457.79-
YUV207.07118.93145.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.26%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 191 (75% from 255) = 30.81%
R=37.26%
G=31.94%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119819100.140.170.0910.545.4582.75
HexE7C6BF0E119b2d53
Octal34730627701621111355123
Binary1110011111000110101111110111010001100110111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6BF; }

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

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

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

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

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

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

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

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