#E7C9BF

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

Shades of Dust Storm #E7C9BF

Tints of Dust Storm #E7C9BF

Color information

#E7C9BF (or 0xE7C9BF) is unknown color: approx Dust Storm. HEX triplet: E7, C9 and BF. RGB value is (231,201,191). Sum of RGB (Red+Green+Blue) = 231+201+191=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9BF is #183640. Grayscale: #D0D0D0. Windows color (decimal): -1586753 or 12569063. OLE color: 12569063.

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

Color convert

RGB231201191-
CMYK00.130.170.09
HSL15º45.45%82.75%-
HSV(B)15º17.32%90.59%-
XYZ63.2562.5258.03-
YUV208.83117.94143.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.08%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 191 (75% from 255) = 30.66%
R=37.08%
G=32.26%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120119100.130.170.091545.4582.75
HexE7C9BF0D119f2d53
Octal34731127701521111755123
Binary1110011111001001101111110110110001100111111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9BF; }

 p { color: rgb(231,201,191); }

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

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

 a { background-color: rgb(231,201,191); }

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

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

 span { border-color: rgb(231,201,191); }

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