Shades of Dust Storm #E1CCC8
Tints of Dust Storm #E1CCC8
RGB
CMYK
RGB Variations
Color information
#E1CCC8 (or 0xE1CCC8) is known color: Dust Storm. HEX triplet: E1, CC and C8. RGB value is (225,204,200). Sum of RGB (Red+Green+Blue) = 225+204+200=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCC8 is #1E3337. Grayscale: #D1D1D1. Windows color (decimal): -1979192 or 13159649. OLE color: 13159649.
HSL color Cylindrical-coordinate representation of color #E1CCC8: hue angle of 9.6º degrees, saturation: 0.29, 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 #E1CCC8 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 200 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.12 |
| HSL | 9.6º | 0.29% | 0.83% | - |
| HSV(B) | 9.6º | 0.11% | 0.88% | - |
| XYZ | 63.07 | 63.36 | 63.55 | - |
| YUV | 209.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 200 | 0 | 0.09 | 0.11 | 0.12 | 9.6 | 0.29 | 0.83 |
| Hex | E1 | CC | C8 | 0 | 9 | B | C | A | 1D | 53 |
| Octal | 341 | 314 | 310 | 0 | 11 | 13 | 14 | 12 | 35 | 123 |
| Binary | 11100001 | 11001100 | 11001000 | 0 | 1001 | 1011 | 1100 | 1010 | 11101 | 1010011 |
Color Harmonies of #E1CCC8
Complementary color
Monochromatic Colors of #E1CCC8
Black with #E1CCC8
Text Example
Text Example
White with #E1CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCC8; }
p { color: rgb(225,204,200); }
H1.HeaderClassName
{
color: #E1CCC8;
}
.AnyTagClassName
{
color: #E1CCC8;
}
</style>
background-color css
<style>
a { background-color: #E1CCC8; }
a { background-color: rgb(225,204,200); }
div.DivClassName
{
background-color: #E1CCC8;
}
.BgClassName
{
background-color: #E1CCC8;
}
</style>
border-color css
<style>
span { border-color: #E1CCC8; }
span { border-color: rgb(225,204,200); }
td.TdClassName
{
border-color: #E1CCC8;
}
.TagClassName
{
border-color: #E1CCC8;
}
</style>