#E0CDC9

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

Shades of Dust Storm #E0CDC9

Tints of Dust Storm #E0CDC9

Color information

#E0CDC9 (or 0xE0CDC9) is unknown color: approx Dust Storm. HEX triplet: E0, CD and C9. RGB value is (224,205,201). Sum of RGB (Red+Green+Blue) = 224+205+201=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDC9 is #1F3236. Grayscale: #D2D2D2. Windows color (decimal): -2044471 or 13225440. OLE color: 13225440.

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

Color convert

RGB224205201-
CMYK00.080.100.12
HSL10.43º27.06%83.33%-
HSV(B)10.43º10.27%87.84%-
XYZ63.1163.7364.23-
YUV210.22122.79137.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=35.56%
G=32.54%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420520100.080.100.1210.4327.0683.33
HexE0CDC908ACa1b53
Octal34031531101012141233123
Binary11100000110011011100100101000101011001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDC9; }

 p { color: rgb(224,205,201); }

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

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

 a { background-color: rgb(224,205,201); }

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

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

 span { border-color: rgb(224,205,201); }

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