Shades of Dust Storm #E7CEC9
Tints of Dust Storm #E7CEC9
RGB
CMYK
RGB Variations
Color information
#E7CEC9 (or 0xE7CEC9) is known color: Dust Storm. HEX triplet: E7, CE and C9. RGB value is (231,206,201). Sum of RGB (Red+Green+Blue) = 231+206+201=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEC9 is #183136. Grayscale: #D4D4D4. Windows color (decimal): -1585463 or 13225703. OLE color: 13225703.
HSL color Cylindrical-coordinate representation of color #E7CEC9: hue angle of 10º degrees, saturation: 0.38, 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 #E7CEC9 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 201 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.09 |
| HSL | 10º | 0.38% | 0.85% | - |
| HSV(B) | 10º | 0.13% | 0.91% | - |
| XYZ | 65.57 | 65.35 | 64.42 | - |
| YUV | 212.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 201 | 0 | 0.11 | 0.13 | 0.09 | 10 | 0.38 | 0.85 |
| Hex | E7 | CE | C9 | 0 | B | D | 9 | A | 26 | 55 |
| Octal | 347 | 316 | 311 | 0 | 13 | 15 | 11 | 12 | 46 | 125 |
| Binary | 11100111 | 11001110 | 11001001 | 0 | 1011 | 1101 | 1001 | 1010 | 100110 | 1010101 |
Color Harmonies of #E7CEC9
Complementary color
Monochromatic Colors of #E7CEC9
Black with #E7CEC9
Text Example
Text Example
White with #E7CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEC9; }
p { color: rgb(231,206,201); }
H1.HeaderClassName
{
color: #E7CEC9;
}
.AnyTagClassName
{
color: #E7CEC9;
}
</style>
background-color css
<style>
a { background-color: #E7CEC9; }
a { background-color: rgb(231,206,201); }
div.DivClassName
{
background-color: #E7CEC9;
}
.BgClassName
{
background-color: #E7CEC9;
}
</style>
border-color css
<style>
span { border-color: #E7CEC9; }
span { border-color: rgb(231,206,201); }
td.TdClassName
{
border-color: #E7CEC9;
}
.TagClassName
{
border-color: #E7CEC9;
}
</style>