Shades of Dust Storm #E1C5BC
Tints of Dust Storm #E1C5BC
RGB
CMYK
RGB Variations
Color information
#E1C5BC (or 0xE1C5BC) is known color: Dust Storm. HEX triplet: E1, C5 and BC. RGB value is (225,197,188). Sum of RGB (Red+Green+Blue) = 225+197+188=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5BC is #1E3A43. Grayscale: #CCCCCC. Windows color (decimal): -1980996 or 12371425. OLE color: 12371425.
HSL color Cylindrical-coordinate representation of color #E1C5BC: hue angle of 14.59º 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 #E1C5BC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 188 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.12 |
| HSL | 14.59º | 0.38% | 0.81% | - |
| HSV(B) | 14.59º | 0.16% | 0.88% | - |
| XYZ | 60.09 | 59.57 | 55.91 | - |
| YUV | 204.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 188 | 0 | 0.12 | 0.16 | 0.12 | 14.59 | 0.38 | 0.81 |
| Hex | E1 | C5 | BC | 0 | C | 10 | C | F | 26 | 51 |
| Octal | 341 | 305 | 274 | 0 | 14 | 20 | 14 | 17 | 46 | 121 |
| Binary | 11100001 | 11000101 | 10111100 | 0 | 1100 | 10000 | 1100 | 1111 | 100110 | 1010001 |
Color Harmonies of #E1C5BC
Complementary color
Monochromatic Colors of #E1C5BC
Black with #E1C5BC
Text Example
Text Example
White with #E1C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5BC; }
p { color: rgb(225,197,188); }
H1.HeaderClassName
{
color: #E1C5BC;
}
.AnyTagClassName
{
color: #E1C5BC;
}
</style>
background-color css
<style>
a { background-color: #E1C5BC; }
a { background-color: rgb(225,197,188); }
div.DivClassName
{
background-color: #E1C5BC;
}
.BgClassName
{
background-color: #E1C5BC;
}
</style>
border-color css
<style>
span { border-color: #E1C5BC; }
span { border-color: rgb(225,197,188); }
td.TdClassName
{
border-color: #E1C5BC;
}
.TagClassName
{
border-color: #E1C5BC;
}
</style>