#E7C7BF

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

Shades of Dust Storm #E7C7BF

Tints of Dust Storm #E7C7BF

Color information

#E7C7BF (or 0xE7C7BF) is unknown color: approx Dust Storm. HEX triplet: E7, C7 and BF. RGB value is (231,199,191). Sum of RGB (Red+Green+Blue) = 231+199+191=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7BF is #183840. Grayscale: #CFCFCF. Windows color (decimal): -1587265 or 12568551. OLE color: 12568551.

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

Color convert

RGB231199191-
CMYK00.140.170.09
HSL12º45.45%82.75%-
HSV(B)12º17.32%90.59%-
XYZ62.7861.657.87-
YUV207.66118.6144.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 191 (75% from 255) = 30.76%
R=37.20%
G=32.05%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119919100.140.170.091245.4582.75
HexE7C7BF0E119c2d53
Octal34730727701621111455123
Binary1110011111000111101111110111010001100111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7BF; }

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

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

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

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

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

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

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

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