#E0C6C1

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

Shades of Dust Storm #E0C6C1

Tints of Dust Storm #E0C6C1

Color information

#E0C6C1 (or 0xE0C6C1) is unknown color: approx Dust Storm. HEX triplet: E0, C6 and C1. RGB value is (224,198,193). Sum of RGB (Red+Green+Blue) = 224+198+193=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6C1 is #1F393E. Grayscale: #CDCDCD. Windows color (decimal): -2046271 or 12699360. OLE color: 12699360.

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

Color convert

RGB224198193-
CMYK00.120.140.12
HSL9.68º33.33%81.76%-
HSV(B)9.68º13.84%87.84%-
XYZ60.5660.0958.86-
YUV205.2121.11141.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=36.42%
G=32.20%
B=31.38%

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
Decimal22419819300.120.140.129.6833.3381.76
HexE0C6C10CECa2152
Octal34030630101416141241122
Binary111000001100011011000001011001110110010101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6C1; }

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

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

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

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

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

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

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

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