#E8C8BC

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

Shades of Dust Storm #E8C8BC

Tints of Dust Storm #E8C8BC

Color information

#E8C8BC (or 0xE8C8BC) is unknown color: approx Dust Storm. HEX triplet: E8, C8 and BC. RGB value is (232,200,188). Sum of RGB (Red+Green+Blue) = 232+200+188=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8BC is #173743. Grayscale: #D0D0D0. Windows color (decimal): -1521476 or 12372200. OLE color: 12372200.

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

Color convert

RGB232200188-
CMYK00.140.190.09
HSL16.36º48.89%82.35%-
HSV(B)16.36º18.97%90.98%-
XYZ63.0162.156.24-
YUV208.2116.6144.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=37.42%
G=32.26%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220018800.140.190.0916.3648.8982.35
HexE8C8BC0E139103152
Octal35031027401623112061122
Binary11101000110010001011110001110100111001100001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C8BC; }

 p { color: rgb(232,200,188); }

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

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

 a { background-color: rgb(232,200,188); }

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

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

 span { border-color: rgb(232,200,188); }

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