Shades of Dust Storm #E9C8BF
Tints of Dust Storm #E9C8BF
RGB
CMYK
RGB Variations
Color information
#E9C8BF (or 0xE9C8BF) is known color: Dust Storm. HEX triplet: E9, C8 and BF. RGB value is (233,200,191). Sum of RGB (Red+Green+Blue) = 233+200+191=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8BF is #163740. Grayscale: #D0D0D0. Windows color (decimal): -1455937 or 12568809. OLE color: 12568809.
HSL color Cylindrical-coordinate representation of color #E9C8BF: hue angle of 12.86º degrees, saturation: 0.49, 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 #E9C8BF is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 191 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.09 |
| HSL | 12.86º | 0.49% | 0.83% | - |
| HSV(B) | 12.86º | 0.18% | 0.91% | - |
| XYZ | 63.66 | 62.39 | 57.98 | - |
| YUV | 208.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 191 | 0 | 0.14 | 0.18 | 0.09 | 12.86 | 0.49 | 0.83 |
| Hex | E9 | C8 | BF | 0 | E | 12 | 9 | D | 31 | 53 |
| Octal | 351 | 310 | 277 | 0 | 16 | 22 | 11 | 15 | 61 | 123 |
| Binary | 11101001 | 11001000 | 10111111 | 0 | 1110 | 10010 | 1001 | 1101 | 110001 | 1010011 |
Color Harmonies of #E9C8BF
Complementary color
Monochromatic Colors of #E9C8BF
Black with #E9C8BF
Text Example
Text Example
White with #E9C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8BF; }
p { color: rgb(233,200,191); }
H1.HeaderClassName
{
color: #E9C8BF;
}
.AnyTagClassName
{
color: #E9C8BF;
}
</style>
background-color css
<style>
a { background-color: #E9C8BF; }
a { background-color: rgb(233,200,191); }
div.DivClassName
{
background-color: #E9C8BF;
}
.BgClassName
{
background-color: #E9C8BF;
}
</style>
border-color css
<style>
span { border-color: #E9C8BF; }
span { border-color: rgb(233,200,191); }
td.TdClassName
{
border-color: #E9C8BF;
}
.TagClassName
{
border-color: #E9C8BF;
}
</style>