Shades of Dust Storm #E8C9BC
Tints of Dust Storm #E8C9BC
RGB
CMYK
RGB Variations
Color information
#E8C9BC (or 0xE8C9BC) is known color: Dust Storm. HEX triplet: E8, C9 and BC. RGB value is (232,201,188). Sum of RGB (Red+Green+Blue) = 232+201+188=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9BC is #173643. Grayscale: #D0D0D0. Windows color (decimal): -1521220 or 12372456. OLE color: 12372456.
HSL color Cylindrical-coordinate representation of color #E8C9BC: hue angle of 17.73º degrees, saturation: 0.49, 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 #E8C9BC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 188 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 17.73º | 0.49% | 0.82% | - |
| HSV(B) | 17.73º | 0.19% | 0.91% | - |
| XYZ | 63.24 | 62.56 | 56.32 | - |
| YUV | 208.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 188 | 0 | 0.13 | 0.19 | 0.09 | 17.73 | 0.49 | 0.82 |
| Hex | E8 | C9 | BC | 0 | D | 13 | 9 | 12 | 31 | 52 |
| Octal | 350 | 311 | 274 | 0 | 15 | 23 | 11 | 22 | 61 | 122 |
| Binary | 11101000 | 11001001 | 10111100 | 0 | 1101 | 10011 | 1001 | 10010 | 110001 | 1010010 |
Color Harmonies of #E8C9BC
Complementary color
Monochromatic Colors of #E8C9BC
Black with #E8C9BC
Text Example
Text Example
White with #E8C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C9BC; }
p { color: rgb(232,201,188); }
H1.HeaderClassName
{
color: #E8C9BC;
}
.AnyTagClassName
{
color: #E8C9BC;
}
</style>
background-color css
<style>
a { background-color: #E8C9BC; }
a { background-color: rgb(232,201,188); }
div.DivClassName
{
background-color: #E8C9BC;
}
.BgClassName
{
background-color: #E8C9BC;
}
</style>
border-color css
<style>
span { border-color: #E8C9BC; }
span { border-color: rgb(232,201,188); }
td.TdClassName
{
border-color: #E8C9BC;
}
.TagClassName
{
border-color: #E8C9BC;
}
</style>