#E7C8BD

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

Shades of Dust Storm #E7C8BD

Tints of Dust Storm #E7C8BD

Color information

#E7C8BD (or 0xE7C8BD) is unknown color: approx Dust Storm. HEX triplet: E7, C8 and BD. RGB value is (231,200,189). Sum of RGB (Red+Green+Blue) = 231+200+189=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8BD is #183742. Grayscale: #D0D0D0. Windows color (decimal): -1587011 or 12437735. OLE color: 12437735.

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

Color convert

RGB231200189-
CMYK00.130.180.09
HSL15.71º46.67%82.35%-
HSV(B)15.71º18.18%90.59%-
XYZ62.7961.9756.8-
YUV208.02117.27144.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.26%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=37.26%
G=32.26%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120018900.130.180.0915.7146.6782.35
HexE7C8BD0D129102f52
Octal34731027501522112057122
Binary11100111110010001011110101101100101001100001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8BD; }

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

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

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

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

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

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

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

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