Shades of Dust Storm #E7C8BC
Tints of Dust Storm #E7C8BC
RGB
CMYK
RGB Variations
Color information
#E7C8BC (or 0xE7C8BC) is known color: Dust Storm. HEX triplet: E7, C8 and BC. RGB value is (231,200,188). Sum of RGB (Red+Green+Blue) = 231+200+188=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8BC is #183743. Grayscale: #CFCFCF. Windows color (decimal): -1587012 or 12372199. OLE color: 12372199.
HSL color Cylindrical-coordinate representation of color #E7C8BC: hue angle of 16.74º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C8BC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 188 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 16.74º | 0.47% | 0.82% | - |
| HSV(B) | 16.74º | 0.19% | 0.91% | - |
| XYZ | 62.69 | 61.93 | 56.23 | - |
| YUV | 207.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 188 | 0 | 0.13 | 0.19 | 0.09 | 16.74 | 0.47 | 0.82 |
| Hex | E7 | C8 | BC | 0 | D | 13 | 9 | 11 | 2F | 52 |
| Octal | 347 | 310 | 274 | 0 | 15 | 23 | 11 | 21 | 57 | 122 |
| Binary | 11100111 | 11001000 | 10111100 | 0 | 1101 | 10011 | 1001 | 10001 | 101111 | 1010010 |
Color Harmonies of #E7C8BC
Complementary color
Monochromatic Colors of #E7C8BC
Black with #E7C8BC
Text Example
Text Example
White with #E7C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8BC; }
p { color: rgb(231,200,188); }
H1.HeaderClassName
{
color: #E7C8BC;
}
.AnyTagClassName
{
color: #E7C8BC;
}
</style>
background-color css
<style>
a { background-color: #E7C8BC; }
a { background-color: rgb(231,200,188); }
div.DivClassName
{
background-color: #E7C8BC;
}
.BgClassName
{
background-color: #E7C8BC;
}
</style>
border-color css
<style>
span { border-color: #E7C8BC; }
span { border-color: rgb(231,200,188); }
td.TdClassName
{
border-color: #E7C8BC;
}
.TagClassName
{
border-color: #E7C8BC;
}
</style>