#E5C7BC

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

Shades of Dust Storm #E5C7BC

Tints of Dust Storm #E5C7BC

Color information

#E5C7BC (or 0xE5C7BC) is unknown color: approx Dust Storm. HEX triplet: E5, C7 and BC. RGB value is (229,199,188). Sum of RGB (Red+Green+Blue) = 229+199+188=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C7BC is #1A3843. Grayscale: #CECECE. Windows color (decimal): -1718340 or 12371941. OLE color: 12371941.

HSL color Cylindrical-coordinate representation of color #E5C7BC: hue angle of 16.1º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C7BC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229199188-
CMYK00.130.180.10
HSL16.1º44.09%81.76%-
HSV(B)16.1º17.9%89.8%-
XYZ61.8161.1456.12-
YUV206.72117.44143.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.18%
GREEN value IS 199 (78.12% from 255) = 32.31%
BLUE value IS 188 (73.83% from 255) = 30.52%
R=37.18%
G=32.31%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919918800.130.180.1016.144.0981.76
HexE5C7BC0D12A102c52
Octal34530727401522122054122
Binary11100101110001111011110001101100101010100001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C7BC; }

 p { color: rgb(229,199,188); }

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

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

 a { background-color: rgb(229,199,188); }

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

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

 span { border-color: rgb(229,199,188); }

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