#E1CDC7

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

Shades of Dust Storm #E1CDC7

Tints of Dust Storm #E1CDC7

Color information

#E1CDC7 (or 0xE1CDC7) is unknown color: approx Dust Storm. HEX triplet: E1, CD and C7. RGB value is (225,205,199). Sum of RGB (Red+Green+Blue) = 225+205+199=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDC7 is #1E3238. Grayscale: #D2D2D2. Windows color (decimal): -1978937 or 13094369. OLE color: 13094369.

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

Color convert

RGB225205199-
CMYK00.090.120.12
HSL13.85º30.23%83.14%-
HSV(B)13.85º11.56%88.24%-
XYZ63.1963.7963.02-
YUV210.3121.63138.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=35.77%
G=32.59%
B=31.64%

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
Decimal22520519900.090.120.1213.8530.2383.14
HexE1CDC709CCe1e53
Octal34131530701114141636123
Binary11100001110011011100011101001110011001110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDC7; }

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

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

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

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

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

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

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

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