#E0CCC1

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

Shades of Dust Storm #E0CCC1

Tints of Dust Storm #E0CCC1

Color information

#E0CCC1 (or 0xE0CCC1) is unknown color: approx Dust Storm. HEX triplet: E0, CC and C1. RGB value is (224,204,193). Sum of RGB (Red+Green+Blue) = 224+204+193=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCC1 is #1F333E. Grayscale: #D0D0D0. Windows color (decimal): -2044735 or 12700896. OLE color: 12700896.

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

Color convert

RGB224204193-
CMYK00.090.140.12
HSL21.29º33.33%81.76%-
HSV(B)21.29º13.84%87.84%-
XYZ61.9662.8859.32-
YUV208.73119.13138.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.07%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=36.07%
G=32.85%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420419300.090.140.1221.2933.3381.76
HexE0CCC109EC152152
Octal34031430101116142541122
Binary1110000011001100110000010100111101100101011000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCC1; }

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

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

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

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

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

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

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

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