#E0CDC8

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

Shades of Dust Storm #E0CDC8

Tints of Dust Storm #E0CDC8

Color information

#E0CDC8 (or 0xE0CDC8) is unknown color: approx Dust Storm. HEX triplet: E0, CD and C8. RGB value is (224,205,200). Sum of RGB (Red+Green+Blue) = 224+205+200=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDC8 is #1F3237. Grayscale: #D2D2D2. Windows color (decimal): -2044472 or 13159904. OLE color: 13159904.

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

Color convert

RGB224205200-
CMYK00.080.110.12
HSL12.5º27.91%83.14%-
HSV(B)12.5º10.71%87.84%-
XYZ6363.6863.61-
YUV210.11122.29137.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=35.61%
G=32.59%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420520000.080.110.1212.527.9183.14
HexE0CDC808BCd1c53
Octal34031531001013141534123
Binary11100000110011011100100001000101111001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDC8; }

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

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

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

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

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

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

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

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