Shades of Dust Storm #E9C9BC
Tints of Dust Storm #E9C9BC
RGB
CMYK
RGB Variations
Color information
#E9C9BC (or 0xE9C9BC) is known color: Dust Storm. HEX triplet: E9, C9 and BC. RGB value is (233,201,188). Sum of RGB (Red+Green+Blue) = 233+201+188=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9BC is #163643. Grayscale: #D1D1D1. Windows color (decimal): -1455684 or 12372457. OLE color: 12372457.
HSL color Cylindrical-coordinate representation of color #E9C9BC: hue angle of 17.33º degrees, saturation: 0.51, 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 #E9C9BC is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 188 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.09 |
| HSL | 17.33º | 0.51% | 0.83% | - |
| HSV(B) | 17.33º | 0.19% | 0.91% | - |
| XYZ | 63.57 | 62.73 | 56.33 | - |
| YUV | 209.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 188 | 0 | 0.14 | 0.19 | 0.09 | 17.33 | 0.51 | 0.83 |
| Hex | E9 | C9 | BC | 0 | E | 13 | 9 | 11 | 33 | 53 |
| Octal | 351 | 311 | 274 | 0 | 16 | 23 | 11 | 21 | 63 | 123 |
| Binary | 11101001 | 11001001 | 10111100 | 0 | 1110 | 10011 | 1001 | 10001 | 110011 | 1010011 |
Color Harmonies of #E9C9BC
Complementary color
Monochromatic Colors of #E9C9BC
Black with #E9C9BC
Text Example
Text Example
White with #E9C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9BC; }
p { color: rgb(233,201,188); }
H1.HeaderClassName
{
color: #E9C9BC;
}
.AnyTagClassName
{
color: #E9C9BC;
}
</style>
background-color css
<style>
a { background-color: #E9C9BC; }
a { background-color: rgb(233,201,188); }
div.DivClassName
{
background-color: #E9C9BC;
}
.BgClassName
{
background-color: #E9C9BC;
}
</style>
border-color css
<style>
span { border-color: #E9C9BC; }
span { border-color: rgb(233,201,188); }
td.TdClassName
{
border-color: #E9C9BC;
}
.TagClassName
{
border-color: #E9C9BC;
}
</style>