Shades of Dust Storm #E1CCC9
Tints of Dust Storm #E1CCC9
RGB
CMYK
RGB Variations
Color information
#E1CCC9 (or 0xE1CCC9) is known color: Dust Storm. HEX triplet: E1, CC and C9. RGB value is (225,204,201). Sum of RGB (Red+Green+Blue) = 225+204+201=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCC9 is #1E3336. Grayscale: #D1D1D1. Windows color (decimal): -1979191 or 13225185. OLE color: 13225185.
HSL color Cylindrical-coordinate representation of color #E1CCC9: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CCC9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 201 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.12 |
| HSL | 7.5º | 0.29% | 0.84% | - |
| HSV(B) | 7.5º | 0.11% | 0.88% | - |
| XYZ | 63.19 | 63.41 | 64.17 | - |
| YUV | 209.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 201 | 0 | 0.09 | 0.11 | 0.12 | 7.5 | 0.29 | 0.84 |
| Hex | E1 | CC | C9 | 0 | 9 | B | C | 8 | 1D | 54 |
| Octal | 341 | 314 | 311 | 0 | 11 | 13 | 14 | 10 | 35 | 124 |
| Binary | 11100001 | 11001100 | 11001001 | 0 | 1001 | 1011 | 1100 | 1000 | 11101 | 1010100 |
Color Harmonies of #E1CCC9
Complementary color
Monochromatic Colors of #E1CCC9
Black with #E1CCC9
Text Example
Text Example
White with #E1CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCC9; }
p { color: rgb(225,204,201); }
H1.HeaderClassName
{
color: #E1CCC9;
}
.AnyTagClassName
{
color: #E1CCC9;
}
</style>
background-color css
<style>
a { background-color: #E1CCC9; }
a { background-color: rgb(225,204,201); }
div.DivClassName
{
background-color: #E1CCC9;
}
.BgClassName
{
background-color: #E1CCC9;
}
</style>
border-color css
<style>
span { border-color: #E1CCC9; }
span { border-color: rgb(225,204,201); }
td.TdClassName
{
border-color: #E1CCC9;
}
.TagClassName
{
border-color: #E1CCC9;
}
</style>