Shades of Dust Storm #E7C9BE
Tints of Dust Storm #E7C9BE
RGB
CMYK
RGB Variations
Color information
#E7C9BE (or 0xE7C9BE) is known color: Dust Storm. HEX triplet: E7, C9 and BE. RGB value is (231,201,190). Sum of RGB (Red+Green+Blue) = 231+201+190=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9BE is #183641. Grayscale: #D0D0D0. Windows color (decimal): -1586754 or 12503527. OLE color: 12503527.
HSL color Cylindrical-coordinate representation of color #E7C9BE: hue angle of 16.1º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C9BE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 190 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.09 |
| HSL | 16.1º | 0.46% | 0.83% | - |
| HSV(B) | 16.1º | 0.18% | 0.91% | - |
| XYZ | 63.14 | 62.48 | 57.45 | - |
| YUV | 208.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 190 | 0 | 0.13 | 0.18 | 0.09 | 16.1 | 0.46 | 0.83 |
| Hex | E7 | C9 | BE | 0 | D | 12 | 9 | 10 | 2E | 53 |
| Octal | 347 | 311 | 276 | 0 | 15 | 22 | 11 | 20 | 56 | 123 |
| Binary | 11100111 | 11001001 | 10111110 | 0 | 1101 | 10010 | 1001 | 10000 | 101110 | 1010011 |
Color Harmonies of #E7C9BE
Complementary color
Monochromatic Colors of #E7C9BE
Black with #E7C9BE
Text Example
Text Example
White with #E7C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9BE; }
p { color: rgb(231,201,190); }
H1.HeaderClassName
{
color: #E7C9BE;
}
.AnyTagClassName
{
color: #E7C9BE;
}
</style>
background-color css
<style>
a { background-color: #E7C9BE; }
a { background-color: rgb(231,201,190); }
div.DivClassName
{
background-color: #E7C9BE;
}
.BgClassName
{
background-color: #E7C9BE;
}
</style>
border-color css
<style>
span { border-color: #E7C9BE; }
span { border-color: rgb(231,201,190); }
td.TdClassName
{
border-color: #E7C9BE;
}
.TagClassName
{
border-color: #E7C9BE;
}
</style>