#E1CDC5

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

Shades of Dust Storm #E1CDC5

Tints of Dust Storm #E1CDC5

Color information

#E1CDC5 (or 0xE1CDC5) is unknown color: approx Dust Storm. HEX triplet: E1, CD and C5. RGB value is (225,205,197). Sum of RGB (Red+Green+Blue) = 225+205+197=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDC5 is #1E323A. Grayscale: #D2D2D2. Windows color (decimal): -1978939 or 12963297. OLE color: 12963297.

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

Color convert

RGB225205197-
CMYK00.090.120.12
HSL17.14º31.82%82.75%-
HSV(B)17.14º12.44%88.24%-
XYZ62.9663.761.8-
YUV210.07120.63138.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.89%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=35.89%
G=32.70%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520519700.090.120.1217.1431.8282.75
HexE1CDC509CC112053
Octal34131530501114142140123
Binary1110000111001101110001010100111001100100011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDC5; }

 p { color: rgb(225,205,197); }

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

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

 a { background-color: rgb(225,205,197); }

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

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

 span { border-color: rgb(225,205,197); }

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