Shades of Dust Storm #E0CCC8
Tints of Dust Storm #E0CCC8
RGB
CMYK
RGB Variations
Color information
#E0CCC8 (or 0xE0CCC8) is known color: Dust Storm. HEX triplet: E0, CC and C8. RGB value is (224,204,200). Sum of RGB (Red+Green+Blue) = 224+204+200=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCC8 is #1F3337. Grayscale: #D1D1D1. Windows color (decimal): -2044728 or 13159648. OLE color: 13159648.
HSL color Cylindrical-coordinate representation of color #E0CCC8: hue angle of 10º 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 #E0CCC8 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 200 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.12 |
| HSL | 10º | 0.28% | 0.83% | - |
| HSV(B) | 10º | 0.11% | 0.88% | - |
| XYZ | 62.76 | 63.2 | 63.54 | - |
| YUV | 209.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 200 | 0 | 0.09 | 0.11 | 0.12 | 10 | 0.28 | 0.83 |
| Hex | E0 | CC | C8 | 0 | 9 | B | C | A | 1C | 53 |
| Octal | 340 | 314 | 310 | 0 | 11 | 13 | 14 | 12 | 34 | 123 |
| Binary | 11100000 | 11001100 | 11001000 | 0 | 1001 | 1011 | 1100 | 1010 | 11100 | 1010011 |
Color Harmonies of #E0CCC8
Complementary color
Monochromatic Colors of #E0CCC8
Black with #E0CCC8
Text Example
Text Example
White with #E0CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCC8; }
p { color: rgb(224,204,200); }
H1.HeaderClassName
{
color: #E0CCC8;
}
.AnyTagClassName
{
color: #E0CCC8;
}
</style>
background-color css
<style>
a { background-color: #E0CCC8; }
a { background-color: rgb(224,204,200); }
div.DivClassName
{
background-color: #E0CCC8;
}
.BgClassName
{
background-color: #E0CCC8;
}
</style>
border-color css
<style>
span { border-color: #E0CCC8; }
span { border-color: rgb(224,204,200); }
td.TdClassName
{
border-color: #E0CCC8;
}
.TagClassName
{
border-color: #E0CCC8;
}
</style>