#E0C8C1

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

Shades of Dust Storm #E0C8C1

Tints of Dust Storm #E0C8C1

Color information

#E0C8C1 (or 0xE0C8C1) is unknown color: approx Dust Storm. HEX triplet: E0, C8 and C1. RGB value is (224,200,193). Sum of RGB (Red+Green+Blue) = 224+200+193=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8C1 is #1F373E. Grayscale: #CECECE. Windows color (decimal): -2045759 or 12699872. OLE color: 12699872.

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

Color convert

RGB224200193-
CMYK00.110.140.12
HSL13.55º33.33%81.76%-
HSV(B)13.55º13.84%87.84%-
XYZ61.0261.0159.01-
YUV206.38120.45140.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=36.30%
G=32.41%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420019300.110.140.1213.5533.3381.76
HexE0C8C10BECe2152
Octal34031030101316141641122
Binary111000001100100011000001010111110110011101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8C1; }

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

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

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

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

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

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

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

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