Shades of Dust Storm #E9C5BC
Tints of Dust Storm #E9C5BC
RGB
CMYK
RGB Variations
Color information
#E9C5BC (or 0xE9C5BC) is known color: Dust Storm. HEX triplet: E9, C5 and BC. RGB value is (233,197,188). Sum of RGB (Red+Green+Blue) = 233+197+188=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5BC is #163A43. Grayscale: #CECECE. Windows color (decimal): -1456708 or 12371433. OLE color: 12371433.
HSL color Cylindrical-coordinate representation of color #E9C5BC: hue angle of 12º 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 #E9C5BC is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 188 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.09 |
| HSL | 12º | 0.51% | 0.83% | - |
| HSV(B) | 12º | 0.19% | 0.91% | - |
| XYZ | 62.65 | 60.89 | 56.03 | - |
| YUV | 206.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 188 | 0 | 0.15 | 0.19 | 0.09 | 12 | 0.51 | 0.83 |
| Hex | E9 | C5 | BC | 0 | F | 13 | 9 | C | 33 | 53 |
| Octal | 351 | 305 | 274 | 0 | 17 | 23 | 11 | 14 | 63 | 123 |
| Binary | 11101001 | 11000101 | 10111100 | 0 | 1111 | 10011 | 1001 | 1100 | 110011 | 1010011 |
Color Harmonies of #E9C5BC
Complementary color
Monochromatic Colors of #E9C5BC
Black with #E9C5BC
Text Example
Text Example
White with #E9C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5BC; }
p { color: rgb(233,197,188); }
H1.HeaderClassName
{
color: #E9C5BC;
}
.AnyTagClassName
{
color: #E9C5BC;
}
</style>
background-color css
<style>
a { background-color: #E9C5BC; }
a { background-color: rgb(233,197,188); }
div.DivClassName
{
background-color: #E9C5BC;
}
.BgClassName
{
background-color: #E9C5BC;
}
</style>
border-color css
<style>
span { border-color: #E9C5BC; }
span { border-color: rgb(233,197,188); }
td.TdClassName
{
border-color: #E9C5BC;
}
.TagClassName
{
border-color: #E9C5BC;
}
</style>