Shades of Dust Storm #E1CCC7
Tints of Dust Storm #E1CCC7
RGB
CMYK
RGB Variations
Color information
#E1CCC7 (or 0xE1CCC7) is known color: Dust Storm. HEX triplet: E1, CC and C7. RGB value is (225,204,199). Sum of RGB (Red+Green+Blue) = 225+204+199=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCC7 is #1E3338. Grayscale: #D1D1D1. Windows color (decimal): -1979193 or 13094113. OLE color: 13094113.
HSL color Cylindrical-coordinate representation of color #E1CCC7: hue angle of 11.54º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CCC7 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 199 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.12 |
| HSL | 11.54º | 0.3% | 0.83% | - |
| HSV(B) | 11.54º | 0.12% | 0.88% | - |
| XYZ | 62.95 | 63.32 | 62.94 | - |
| YUV | 209.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 199 | 0 | 0.09 | 0.12 | 0.12 | 11.54 | 0.3 | 0.83 |
| Hex | E1 | CC | C7 | 0 | 9 | C | C | C | 1E | 53 |
| Octal | 341 | 314 | 307 | 0 | 11 | 14 | 14 | 14 | 36 | 123 |
| Binary | 11100001 | 11001100 | 11000111 | 0 | 1001 | 1100 | 1100 | 1100 | 11110 | 1010011 |
Color Harmonies of #E1CCC7
Complementary color
Monochromatic Colors of #E1CCC7
Black with #E1CCC7
Text Example
Text Example
White with #E1CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCC7; }
p { color: rgb(225,204,199); }
H1.HeaderClassName
{
color: #E1CCC7;
}
.AnyTagClassName
{
color: #E1CCC7;
}
</style>
background-color css
<style>
a { background-color: #E1CCC7; }
a { background-color: rgb(225,204,199); }
div.DivClassName
{
background-color: #E1CCC7;
}
.BgClassName
{
background-color: #E1CCC7;
}
</style>
border-color css
<style>
span { border-color: #E1CCC7; }
span { border-color: rgb(225,204,199); }
td.TdClassName
{
border-color: #E1CCC7;
}
.TagClassName
{
border-color: #E1CCC7;
}
</style>