Shades of Dust Storm #E2C4BC
Tints of Dust Storm #E2C4BC
RGB
CMYK
RGB Variations
Color information
#E2C4BC (or 0xE2C4BC) is known color: Dust Storm. HEX triplet: E2, C4 and BC. RGB value is (226,196,188). Sum of RGB (Red+Green+Blue) = 226+196+188=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C4BC is #1D3B43. Grayscale: #CCCCCC. Windows color (decimal): -1915716 or 12371170. OLE color: 12371170.
HSL color Cylindrical-coordinate representation of color #E2C4BC: hue angle of 12.63º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C4BC is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 188 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.11 |
| HSL | 12.63º | 0.4% | 0.81% | - |
| HSV(B) | 12.63º | 0.17% | 0.89% | - |
| XYZ | 60.18 | 59.28 | 55.85 | - |
| YUV | 204.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 188 | 0 | 0.13 | 0.17 | 0.11 | 12.63 | 0.4 | 0.81 |
| Hex | E2 | C4 | BC | 0 | D | 11 | B | D | 28 | 51 |
| Octal | 342 | 304 | 274 | 0 | 15 | 21 | 13 | 15 | 50 | 121 |
| Binary | 11100010 | 11000100 | 10111100 | 0 | 1101 | 10001 | 1011 | 1101 | 101000 | 1010001 |
Color Harmonies of #E2C4BC
Complementary color
Monochromatic Colors of #E2C4BC
Black with #E2C4BC
Text Example
Text Example
White with #E2C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C4BC; }
p { color: rgb(226,196,188); }
H1.HeaderClassName
{
color: #E2C4BC;
}
.AnyTagClassName
{
color: #E2C4BC;
}
</style>
background-color css
<style>
a { background-color: #E2C4BC; }
a { background-color: rgb(226,196,188); }
div.DivClassName
{
background-color: #E2C4BC;
}
.BgClassName
{
background-color: #E2C4BC;
}
</style>
border-color css
<style>
span { border-color: #E2C4BC; }
span { border-color: rgb(226,196,188); }
td.TdClassName
{
border-color: #E2C4BC;
}
.TagClassName
{
border-color: #E2C4BC;
}
</style>