Shades of Dust Storm #E8C5BF
Tints of Dust Storm #E8C5BF
RGB
CMYK
RGB Variations
Color information
#E8C5BF (or 0xE8C5BF) is known color: Dust Storm. HEX triplet: E8, C5 and BF. RGB value is (232,197,191). Sum of RGB (Red+Green+Blue) = 232+197+191=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5BF is #173A40. Grayscale: #CECECE. Windows color (decimal): -1522241 or 12568040. OLE color: 12568040.
HSL color Cylindrical-coordinate representation of color #E8C5BF: hue angle of 8.78º degrees, saturation: 0.47, 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 #E8C5BF is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 191 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.09 |
| HSL | 8.78º | 0.47% | 0.83% | - |
| HSV(B) | 8.78º | 0.18% | 0.91% | - |
| XYZ | 62.65 | 60.85 | 57.73 | - |
| YUV | 206.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 191 | 0 | 0.15 | 0.18 | 0.09 | 8.78 | 0.47 | 0.83 |
| Hex | E8 | C5 | BF | 0 | F | 12 | 9 | 9 | 2F | 53 |
| Octal | 350 | 305 | 277 | 0 | 17 | 22 | 11 | 11 | 57 | 123 |
| Binary | 11101000 | 11000101 | 10111111 | 0 | 1111 | 10010 | 1001 | 1001 | 101111 | 1010011 |
Color Harmonies of #E8C5BF
Complementary color
Monochromatic Colors of #E8C5BF
Black with #E8C5BF
Text Example
Text Example
White with #E8C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5BF; }
p { color: rgb(232,197,191); }
H1.HeaderClassName
{
color: #E8C5BF;
}
.AnyTagClassName
{
color: #E8C5BF;
}
</style>
background-color css
<style>
a { background-color: #E8C5BF; }
a { background-color: rgb(232,197,191); }
div.DivClassName
{
background-color: #E8C5BF;
}
.BgClassName
{
background-color: #E8C5BF;
}
</style>
border-color css
<style>
span { border-color: #E8C5BF; }
span { border-color: rgb(232,197,191); }
td.TdClassName
{
border-color: #E8C5BF;
}
.TagClassName
{
border-color: #E8C5BF;
}
</style>