#E7C8BA

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

Shades of Dust Storm #E7C8BA

Tints of Dust Storm #E7C8BA

Color information

#E7C8BA (or 0xE7C8BA) is unknown color: approx Dust Storm. HEX triplet: E7, C8 and BA. RGB value is (231,200,186). Sum of RGB (Red+Green+Blue) = 231+200+186=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8BA is #183745. Grayscale: #CFCFCF. Windows color (decimal): -1587014 or 12241127. OLE color: 12241127.

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

Color convert

RGB231200186-
CMYK00.130.190.09
HSL18.67º48.39%81.76%-
HSV(B)18.67º19.48%90.59%-
XYZ62.4761.8455.1-
YUV207.67115.77144.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.44%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=37.44%
G=32.41%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120018600.130.190.0918.6748.3981.76
HexE7C8BA0D139133052
Octal34731027201523112360122
Binary11100111110010001011101001101100111001100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8BA; }

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

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

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

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

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

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

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

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