Shades of Dust Storm #E8CEC0
Tints of Dust Storm #E8CEC0
RGB
CMYK
RGB Variations
Color information
#E8CEC0 (or 0xE8CEC0) is known color: Dust Storm. HEX triplet: E8, CE and C0. RGB value is (232,206,192). Sum of RGB (Red+Green+Blue) = 232+206+192=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEC0 is #17313F. Grayscale: #D4D4D4. Windows color (decimal): -1519936 or 12635880. OLE color: 12635880.
HSL color Cylindrical-coordinate representation of color #E8CEC0: hue angle of 21º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8CEC0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 192 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.09 |
| HSL | 21º | 0.47% | 0.83% | - |
| HSV(B) | 21º | 0.17% | 0.91% | - |
| XYZ | 64.86 | 65.1 | 59.02 | - |
| YUV | 212.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 192 | 0 | 0.11 | 0.17 | 0.09 | 21 | 0.47 | 0.83 |
| Hex | E8 | CE | C0 | 0 | B | 11 | 9 | 15 | 2F | 53 |
| Octal | 350 | 316 | 300 | 0 | 13 | 21 | 11 | 25 | 57 | 123 |
| Binary | 11101000 | 11001110 | 11000000 | 0 | 1011 | 10001 | 1001 | 10101 | 101111 | 1010011 |
Color Harmonies of #E8CEC0
Complementary color
Monochromatic Colors of #E8CEC0
Black with #E8CEC0
Text Example
Text Example
White with #E8CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEC0; }
p { color: rgb(232,206,192); }
H1.HeaderClassName
{
color: #E8CEC0;
}
.AnyTagClassName
{
color: #E8CEC0;
}
</style>
background-color css
<style>
a { background-color: #E8CEC0; }
a { background-color: rgb(232,206,192); }
div.DivClassName
{
background-color: #E8CEC0;
}
.BgClassName
{
background-color: #E8CEC0;
}
</style>
border-color css
<style>
span { border-color: #E8CEC0; }
span { border-color: rgb(232,206,192); }
td.TdClassName
{
border-color: #E8CEC0;
}
.TagClassName
{
border-color: #E8CEC0;
}
</style>