Shades of Dust Storm #E1C5BE
Tints of Dust Storm #E1C5BE
RGB
CMYK
RGB Variations
Color information
#E1C5BE (or 0xE1C5BE) is known color: Dust Storm. HEX triplet: E1, C5 and BE. RGB value is (225,197,190). Sum of RGB (Red+Green+Blue) = 225+197+190=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5BE is #1E3A41. Grayscale: #CCCCCC. Windows color (decimal): -1980994 or 12502497. OLE color: 12502497.
HSL color Cylindrical-coordinate representation of color #E1C5BE: hue angle of 12º degrees, saturation: 0.37, 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 #E1C5BE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 190 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.12 |
| HSL | 12º | 0.37% | 0.81% | - |
| HSV(B) | 12º | 0.16% | 0.88% | - |
| XYZ | 60.31 | 59.66 | 57.05 | - |
| YUV | 204.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 190 | 0 | 0.12 | 0.16 | 0.12 | 12 | 0.37 | 0.81 |
| Hex | E1 | C5 | BE | 0 | C | 10 | C | C | 25 | 51 |
| Octal | 341 | 305 | 276 | 0 | 14 | 20 | 14 | 14 | 45 | 121 |
| Binary | 11100001 | 11000101 | 10111110 | 0 | 1100 | 10000 | 1100 | 1100 | 100101 | 1010001 |
Color Harmonies of #E1C5BE
Complementary color
Monochromatic Colors of #E1C5BE
Black with #E1C5BE
Text Example
Text Example
White with #E1C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5BE; }
p { color: rgb(225,197,190); }
H1.HeaderClassName
{
color: #E1C5BE;
}
.AnyTagClassName
{
color: #E1C5BE;
}
</style>
background-color css
<style>
a { background-color: #E1C5BE; }
a { background-color: rgb(225,197,190); }
div.DivClassName
{
background-color: #E1C5BE;
}
.BgClassName
{
background-color: #E1C5BE;
}
</style>
border-color css
<style>
span { border-color: #E1C5BE; }
span { border-color: rgb(225,197,190); }
td.TdClassName
{
border-color: #E1C5BE;
}
.TagClassName
{
border-color: #E1C5BE;
}
</style>