#E7C3BA

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

Shades of Dust Storm #E7C3BA

Tints of Dust Storm #E7C3BA

Color information

#E7C3BA (or 0xE7C3BA) is unknown color: approx Dust Storm. HEX triplet: E7, C3 and BA. RGB value is (231,195,186). Sum of RGB (Red+Green+Blue) = 231+195+186=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C3BA is #183C45. Grayscale: #CCCCCC. Windows color (decimal): -1588294 or 12239847. OLE color: 12239847.

HSL color Cylindrical-coordinate representation of color #E7C3BA: hue angle of 12º 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 #E7C3BA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231195186-
CMYK00.160.190.09
HSL12º48.39%81.76%-
HSV(B)12º19.48%90.59%-
XYZ61.3359.5654.72-
YUV204.74117.43146.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=37.75%
G=31.86%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119518600.160.190.091248.3981.76
HexE7C3BA010139c3052
Octal34730327202023111460122
Binary11100111110000111011101001000010011100111001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C3BA; }

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

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

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

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

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

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

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

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