Shades of Dust Storm #E2C5BE
Tints of Dust Storm #E2C5BE
RGB
CMYK
RGB Variations
Color information
#E2C5BE (or 0xE2C5BE) is known color: Dust Storm. HEX triplet: E2, C5 and BE. RGB value is (226,197,190). Sum of RGB (Red+Green+Blue) = 226+197+190=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C5BE is #1D3A41. Grayscale: #CCCCCC. Windows color (decimal): -1915458 or 12502498. OLE color: 12502498.
HSL color Cylindrical-coordinate representation of color #E2C5BE: hue angle of 11.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C5BE is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 190 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.11 |
| HSL | 11.67º | 0.38% | 0.82% | - |
| HSV(B) | 11.67º | 0.16% | 0.89% | - |
| XYZ | 60.62 | 59.82 | 57.07 | - |
| YUV | 204.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 190 | 0 | 0.13 | 0.16 | 0.11 | 11.67 | 0.38 | 0.82 |
| Hex | E2 | C5 | BE | 0 | D | 10 | B | C | 26 | 52 |
| Octal | 342 | 305 | 276 | 0 | 15 | 20 | 13 | 14 | 46 | 122 |
| Binary | 11100010 | 11000101 | 10111110 | 0 | 1101 | 10000 | 1011 | 1100 | 100110 | 1010010 |
Color Harmonies of #E2C5BE
Complementary color
Monochromatic Colors of #E2C5BE
Black with #E2C5BE
Text Example
Text Example
White with #E2C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5BE; }
p { color: rgb(226,197,190); }
H1.HeaderClassName
{
color: #E2C5BE;
}
.AnyTagClassName
{
color: #E2C5BE;
}
</style>
background-color css
<style>
a { background-color: #E2C5BE; }
a { background-color: rgb(226,197,190); }
div.DivClassName
{
background-color: #E2C5BE;
}
.BgClassName
{
background-color: #E2C5BE;
}
</style>
border-color css
<style>
span { border-color: #E2C5BE; }
span { border-color: rgb(226,197,190); }
td.TdClassName
{
border-color: #E2C5BE;
}
.TagClassName
{
border-color: #E2C5BE;
}
</style>