Shades of Dust Storm #E7CEC8
Tints of Dust Storm #E7CEC8
RGB
CMYK
RGB Variations
Color information
#E7CEC8 (or 0xE7CEC8) is known color: Dust Storm. HEX triplet: E7, CE and C8. RGB value is (231,206,200). Sum of RGB (Red+Green+Blue) = 231+206+200=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEC8 is #183137. Grayscale: #D4D4D4. Windows color (decimal): -1585464 or 13160167. OLE color: 13160167.
HSL color Cylindrical-coordinate representation of color #E7CEC8: hue angle of 11.61º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CEC8 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 200 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.09 |
| HSL | 11.61º | 0.39% | 0.85% | - |
| HSV(B) | 11.61º | 0.13% | 0.91% | - |
| XYZ | 65.45 | 65.3 | 63.8 | - |
| YUV | 212.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 200 | 0 | 0.11 | 0.13 | 0.09 | 11.61 | 0.39 | 0.85 |
| Hex | E7 | CE | C8 | 0 | B | D | 9 | C | 27 | 55 |
| Octal | 347 | 316 | 310 | 0 | 13 | 15 | 11 | 14 | 47 | 125 |
| Binary | 11100111 | 11001110 | 11001000 | 0 | 1011 | 1101 | 1001 | 1100 | 100111 | 1010101 |
Color Harmonies of #E7CEC8
Complementary color
Monochromatic Colors of #E7CEC8
Black with #E7CEC8
Text Example
Text Example
White with #E7CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEC8; }
p { color: rgb(231,206,200); }
H1.HeaderClassName
{
color: #E7CEC8;
}
.AnyTagClassName
{
color: #E7CEC8;
}
</style>
background-color css
<style>
a { background-color: #E7CEC8; }
a { background-color: rgb(231,206,200); }
div.DivClassName
{
background-color: #E7CEC8;
}
.BgClassName
{
background-color: #E7CEC8;
}
</style>
border-color css
<style>
span { border-color: #E7CEC8; }
span { border-color: rgb(231,206,200); }
td.TdClassName
{
border-color: #E7CEC8;
}
.TagClassName
{
border-color: #E7CEC8;
}
</style>