Shades of Dust Storm #E8C7BE
Tints of Dust Storm #E8C7BE
RGB
CMYK
RGB Variations
Color information
#E8C7BE (or 0xE8C7BE) is known color: Dust Storm. HEX triplet: E8, C7 and BE. RGB value is (232,199,190). Sum of RGB (Red+Green+Blue) = 232+199+190=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7BE is #173841. Grayscale: #CFCFCF. Windows color (decimal): -1521730 or 12503016. OLE color: 12503016.
HSL color Cylindrical-coordinate representation of color #E8C7BE: hue angle of 12.86º degrees, saturation: 0.48, 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 #E8C7BE is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 190 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.09 |
| HSL | 12.86º | 0.48% | 0.83% | - |
| HSV(B) | 12.86º | 0.18% | 0.91% | - |
| XYZ | 63 | 61.72 | 57.31 | - |
| YUV | 207.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 190 | 0 | 0.14 | 0.18 | 0.09 | 12.86 | 0.48 | 0.83 |
| Hex | E8 | C7 | BE | 0 | E | 12 | 9 | D | 30 | 53 |
| Octal | 350 | 307 | 276 | 0 | 16 | 22 | 11 | 15 | 60 | 123 |
| Binary | 11101000 | 11000111 | 10111110 | 0 | 1110 | 10010 | 1001 | 1101 | 110000 | 1010011 |
Color Harmonies of #E8C7BE
Complementary color
Monochromatic Colors of #E8C7BE
Black with #E8C7BE
Text Example
Text Example
White with #E8C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7BE; }
p { color: rgb(232,199,190); }
H1.HeaderClassName
{
color: #E8C7BE;
}
.AnyTagClassName
{
color: #E8C7BE;
}
</style>
background-color css
<style>
a { background-color: #E8C7BE; }
a { background-color: rgb(232,199,190); }
div.DivClassName
{
background-color: #E8C7BE;
}
.BgClassName
{
background-color: #E8C7BE;
}
</style>
border-color css
<style>
span { border-color: #E8C7BE; }
span { border-color: rgb(232,199,190); }
td.TdClassName
{
border-color: #E8C7BE;
}
.TagClassName
{
border-color: #E8C7BE;
}
</style>