#E7C5BB

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

Shades of Dust Storm #E7C5BB

Tints of Dust Storm #E7C5BB

Color information

#E7C5BB (or 0xE7C5BB) is unknown color: approx Dust Storm. HEX triplet: E7, C5 and BB. RGB value is (231,197,187). Sum of RGB (Red+Green+Blue) = 231+197+187=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5BB is #183A44. Grayscale: #CECECE. Windows color (decimal): -1587781 or 12305895. OLE color: 12305895.

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

Color convert

RGB231197187-
CMYK00.150.190.09
HSL13.64º47.83%81.96%-
HSV(B)13.64º19.05%90.59%-
XYZ61.8960.5155.43-
YUV206.03117.26145.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=37.56%
G=32.03%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119718700.150.190.0913.6447.8381.96
HexE7C5BB0F139e3052
Octal34730527301723111660122
Binary1110011111000101101110110111110011100111101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5BB; }

 p { color: rgb(231,197,187); }

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

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

 a { background-color: rgb(231,197,187); }

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

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

 span { border-color: rgb(231,197,187); }

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