#E7C4BA

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

Shades of Dust Storm #E7C4BA

Tints of Dust Storm #E7C4BA

Color information

#E7C4BA (or 0xE7C4BA) is unknown color: approx Dust Storm. HEX triplet: E7, C4 and BA. RGB value is (231,196,186). Sum of RGB (Red+Green+Blue) = 231+196+186=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4BA is #183B45. Grayscale: #CDCDCD. Windows color (decimal): -1588038 or 12240103. OLE color: 12240103.

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

Color convert

RGB231196186-
CMYK00.150.190.09
HSL13.33º48.39%81.76%-
HSV(B)13.33º19.48%90.59%-
XYZ61.5660.0154.79-
YUV205.32117.1146.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=37.68%
G=31.97%
B=30.34%

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
Decimal23119618600.150.190.0913.3348.3981.76
HexE7C4BA0F139d3052
Octal34730427201723111560122
Binary1110011111000100101110100111110011100111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4BA; }

 p { color: rgb(231,196,186); }

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

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

 a { background-color: rgb(231,196,186); }

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

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

 span { border-color: rgb(231,196,186); }

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