Shades of Dust Storm #E8C9BD
Tints of Dust Storm #E8C9BD
RGB
CMYK
RGB Variations
Color information
#E8C9BD (or 0xE8C9BD) is known color: Dust Storm. HEX triplet: E8, C9 and BD. RGB value is (232,201,189). Sum of RGB (Red+Green+Blue) = 232+201+189=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9BD is #173642. Grayscale: #D0D0D0. Windows color (decimal): -1521219 or 12437992. OLE color: 12437992.
HSL color Cylindrical-coordinate representation of color #E8C9BD: hue angle of 16.74º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8C9BD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 189 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 16.74º | 0.48% | 0.83% | - |
| HSV(B) | 16.74º | 0.19% | 0.91% | - |
| XYZ | 63.35 | 62.6 | 56.89 | - |
| YUV | 208.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 189 | 0 | 0.13 | 0.19 | 0.09 | 16.74 | 0.48 | 0.83 |
| Hex | E8 | C9 | BD | 0 | D | 13 | 9 | 11 | 30 | 53 |
| Octal | 350 | 311 | 275 | 0 | 15 | 23 | 11 | 21 | 60 | 123 |
| Binary | 11101000 | 11001001 | 10111101 | 0 | 1101 | 10011 | 1001 | 10001 | 110000 | 1010011 |
Color Harmonies of #E8C9BD
Complementary color
Monochromatic Colors of #E8C9BD
Black with #E8C9BD
Text Example
Text Example
White with #E8C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C9BD; }
p { color: rgb(232,201,189); }
H1.HeaderClassName
{
color: #E8C9BD;
}
.AnyTagClassName
{
color: #E8C9BD;
}
</style>
background-color css
<style>
a { background-color: #E8C9BD; }
a { background-color: rgb(232,201,189); }
div.DivClassName
{
background-color: #E8C9BD;
}
.BgClassName
{
background-color: #E8C9BD;
}
</style>
border-color css
<style>
span { border-color: #E8C9BD; }
span { border-color: rgb(232,201,189); }
td.TdClassName
{
border-color: #E8C9BD;
}
.TagClassName
{
border-color: #E8C9BD;
}
</style>