Shades of Dust Storm #E1C4BC
Tints of Dust Storm #E1C4BC
RGB
CMYK
RGB Variations
Color information
#E1C4BC (or 0xE1C4BC) is known color: Dust Storm. HEX triplet: E1, C4 and BC. RGB value is (225,196,188). Sum of RGB (Red+Green+Blue) = 225+196+188=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4BC is #1E3B43. Grayscale: #CBCBCB. Windows color (decimal): -1981252 or 12371169. OLE color: 12371169.
HSL color Cylindrical-coordinate representation of color #E1C4BC: hue angle of 12.97º 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 #E1C4BC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 188 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.12 |
| HSL | 12.97º | 0.38% | 0.81% | - |
| HSV(B) | 12.97º | 0.16% | 0.88% | - |
| XYZ | 59.87 | 59.12 | 55.83 | - |
| YUV | 203.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 188 | 0 | 0.13 | 0.16 | 0.12 | 12.97 | 0.38 | 0.81 |
| Hex | E1 | C4 | BC | 0 | D | 10 | C | D | 26 | 51 |
| Octal | 341 | 304 | 274 | 0 | 15 | 20 | 14 | 15 | 46 | 121 |
| Binary | 11100001 | 11000100 | 10111100 | 0 | 1101 | 10000 | 1100 | 1101 | 100110 | 1010001 |
Color Harmonies of #E1C4BC
Complementary color
Monochromatic Colors of #E1C4BC
Black with #E1C4BC
Text Example
Text Example
White with #E1C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C4BC; }
p { color: rgb(225,196,188); }
H1.HeaderClassName
{
color: #E1C4BC;
}
.AnyTagClassName
{
color: #E1C4BC;
}
</style>
background-color css
<style>
a { background-color: #E1C4BC; }
a { background-color: rgb(225,196,188); }
div.DivClassName
{
background-color: #E1C4BC;
}
.BgClassName
{
background-color: #E1C4BC;
}
</style>
border-color css
<style>
span { border-color: #E1C4BC; }
span { border-color: rgb(225,196,188); }
td.TdClassName
{
border-color: #E1C4BC;
}
.TagClassName
{
border-color: #E1C4BC;
}
</style>