#E1C4C1

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

Shades of Dust Storm #E1C4C1

Tints of Dust Storm #E1C4C1

Color information

#E1C4C1 (or 0xE1C4C1) is unknown color: approx Dust Storm. HEX triplet: E1, C4 and C1. RGB value is (225,196,193). Sum of RGB (Red+Green+Blue) = 225+196+193=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4C1 is #1E3B3E. Grayscale: #CCCCCC. Windows color (decimal): -1981247 or 12698849. OLE color: 12698849.

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

Color convert

RGB225196193-
CMYK00.130.140.12
HSL5.63º34.78%81.96%-
HSV(B)5.63º14.22%88.24%-
XYZ60.4259.3458.72-
YUV204.33121.61142.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=36.64%
G=31.92%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519619300.130.140.125.6334.7881.96
HexE1C4C10DEC62352
Octal3413043010151614643122
Binary11100001110001001100000101101111011001101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C4C1; }

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

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

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

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

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

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

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

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