Shades of Dust Storm #E1C8BC
Tints of Dust Storm #E1C8BC
RGB
CMYK
RGB Variations
Color information
#E1C8BC (or 0xE1C8BC) is known color: Dust Storm. HEX triplet: E1, C8 and BC. RGB value is (225,200,188). Sum of RGB (Red+Green+Blue) = 225+200+188=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8BC is #1E3743. Grayscale: #CECECE. Windows color (decimal): -1980228 or 12372193. OLE color: 12372193.
HSL color Cylindrical-coordinate representation of color #E1C8BC: hue angle of 19.46º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C8BC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 188 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.12 |
| HSL | 19.46º | 0.38% | 0.81% | - |
| HSV(B) | 19.46º | 0.16% | 0.88% | - |
| XYZ | 60.78 | 60.95 | 56.14 | - |
| YUV | 206.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 188 | 0 | 0.11 | 0.16 | 0.12 | 19.46 | 0.38 | 0.81 |
| Hex | E1 | C8 | BC | 0 | B | 10 | C | 13 | 26 | 51 |
| Octal | 341 | 310 | 274 | 0 | 13 | 20 | 14 | 23 | 46 | 121 |
| Binary | 11100001 | 11001000 | 10111100 | 0 | 1011 | 10000 | 1100 | 10011 | 100110 | 1010001 |
Color Harmonies of #E1C8BC
Complementary color
Monochromatic Colors of #E1C8BC
Black with #E1C8BC
Text Example
Text Example
White with #E1C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8BC; }
p { color: rgb(225,200,188); }
H1.HeaderClassName
{
color: #E1C8BC;
}
.AnyTagClassName
{
color: #E1C8BC;
}
</style>
background-color css
<style>
a { background-color: #E1C8BC; }
a { background-color: rgb(225,200,188); }
div.DivClassName
{
background-color: #E1C8BC;
}
.BgClassName
{
background-color: #E1C8BC;
}
</style>
border-color css
<style>
span { border-color: #E1C8BC; }
span { border-color: rgb(225,200,188); }
td.TdClassName
{
border-color: #E1C8BC;
}
.TagClassName
{
border-color: #E1C8BC;
}
</style>