Shades of Dust Storm #E1C5BF
Tints of Dust Storm #E1C5BF
RGB
CMYK
RGB Variations
Color information
#E1C5BF (or 0xE1C5BF) is known color: Dust Storm. HEX triplet: E1, C5 and BF. RGB value is (225,197,191). Sum of RGB (Red+Green+Blue) = 225+197+191=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5BF is #1E3A40. Grayscale: #CCCCCC. Windows color (decimal): -1980993 or 12568033. OLE color: 12568033.
HSL color Cylindrical-coordinate representation of color #E1C5BF: hue angle of 10.59º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C5BF is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 191 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.12 |
| HSL | 10.59º | 0.36% | 0.82% | - |
| HSV(B) | 10.59º | 0.15% | 0.88% | - |
| XYZ | 60.42 | 59.7 | 57.63 | - |
| YUV | 204.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 191 | 0 | 0.12 | 0.15 | 0.12 | 10.59 | 0.36 | 0.82 |
| Hex | E1 | C5 | BF | 0 | C | F | C | B | 24 | 52 |
| Octal | 341 | 305 | 277 | 0 | 14 | 17 | 14 | 13 | 44 | 122 |
| Binary | 11100001 | 11000101 | 10111111 | 0 | 1100 | 1111 | 1100 | 1011 | 100100 | 1010010 |
Color Harmonies of #E1C5BF
Complementary color
Monochromatic Colors of #E1C5BF
Black with #E1C5BF
Text Example
Text Example
White with #E1C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5BF; }
p { color: rgb(225,197,191); }
H1.HeaderClassName
{
color: #E1C5BF;
}
.AnyTagClassName
{
color: #E1C5BF;
}
</style>
background-color css
<style>
a { background-color: #E1C5BF; }
a { background-color: rgb(225,197,191); }
div.DivClassName
{
background-color: #E1C5BF;
}
.BgClassName
{
background-color: #E1C5BF;
}
</style>
border-color css
<style>
span { border-color: #E1C5BF; }
span { border-color: rgb(225,197,191); }
td.TdClassName
{
border-color: #E1C5BF;
}
.TagClassName
{
border-color: #E1C5BF;
}
</style>