#E7C8BC

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

Shades of Dust Storm #E7C8BC

Tints of Dust Storm #E7C8BC

Color information

#E7C8BC (or 0xE7C8BC) is unknown color: approx Dust Storm. HEX triplet: E7, C8 and BC. RGB value is (231,200,188). Sum of RGB (Red+Green+Blue) = 231+200+188=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8BC is #183743. Grayscale: #CFCFCF. Windows color (decimal): -1587012 or 12372199. OLE color: 12372199.

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

Color convert

RGB231200188-
CMYK00.130.190.09
HSL16.74º47.25%82.16%-
HSV(B)16.74º18.61%90.59%-
XYZ62.6961.9356.23-
YUV207.9116.77144.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=37.32%
G=32.31%
B=30.37%

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
Decimal23120018800.130.190.0916.7447.2582.16
HexE7C8BC0D139112f52
Octal34731027401523112157122
Binary11100111110010001011110001101100111001100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8BC; }

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

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

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

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

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

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

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

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