#E7CBBA

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

Shades of Dust Storm #E7CBBA

Tints of Dust Storm #E7CBBA

Color information

#E7CBBA (or 0xE7CBBA) is unknown color: approx Dust Storm. HEX triplet: E7, CB and BA. RGB value is (231,203,186). Sum of RGB (Red+Green+Blue) = 231+203+186=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBBA is #183445. Grayscale: #D1D1D1. Windows color (decimal): -1586246 or 12241895. OLE color: 12241895.

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

Color convert

RGB231203186-
CMYK00.120.190.09
HSL22.67º48.39%81.76%-
HSV(B)22.67º19.48%90.59%-
XYZ63.1763.2555.33-
YUV209.43114.78143.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.26%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 186 (73.05% from 255) = 30%
R=37.26%
G=32.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120318600.120.190.0922.6748.3981.76
HexE7CBBA0C139173052
Octal34731327201423112760122
Binary11100111110010111011101001100100111001101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBBA; }

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

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

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

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

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

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

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

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