#E0C4C1

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

Shades of Dust Storm #E0C4C1

Tints of Dust Storm #E0C4C1

Color information

#E0C4C1 (or 0xE0C4C1) is unknown color: approx Dust Storm. HEX triplet: E0, C4 and C1. RGB value is (224,196,193). Sum of RGB (Red+Green+Blue) = 224+196+193=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4C1 is #1F3B3E. Grayscale: #CCCCCC. Windows color (decimal): -2046783 or 12698848. OLE color: 12698848.

HSL color Cylindrical-coordinate representation of color #E0C4C1: hue angle of 5.81º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0C4C1 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224196193-
CMYK00.120.140.12
HSL5.81º33.33%81.76%-
HSV(B)5.81º13.84%87.84%-
XYZ60.1159.1858.71-
YUV204.03121.78142.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=36.54%
G=31.97%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419619300.120.140.125.8133.3381.76
HexE0C4C10CEC62152
Octal3403043010141614641122
Binary11100000110001001100000101100111011001101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C4C1; }

 p { color: rgb(224,196,193); }

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

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

 a { background-color: rgb(224,196,193); }

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

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

 span { border-color: rgb(224,196,193); }

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