#E7C6BA

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

Shades of Dust Storm #E7C6BA

Tints of Dust Storm #E7C6BA

Color information

#E7C6BA (or 0xE7C6BA) is unknown color: approx Dust Storm. HEX triplet: E7, C6 and BA. RGB value is (231,198,186). Sum of RGB (Red+Green+Blue) = 231+198+186=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6BA is #183945. Grayscale: #CECECE. Windows color (decimal): -1587526 or 12240615. OLE color: 12240615.

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

Color convert

RGB231198186-
CMYK00.140.190.09
HSL16º48.39%81.76%-
HSV(B)16º19.48%90.59%-
XYZ62.0160.9254.95-
YUV206.5116.43145.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=37.56%
G=32.20%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119818600.140.190.091648.3981.76
HexE7C6BA0E139103052
Octal34730627201623112060122
Binary11100111110001101011101001110100111001100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6BA; }

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

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

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

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

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

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

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

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