Shades of Dust Storm #E1C3BC
Tints of Dust Storm #E1C3BC
RGB
CMYK
RGB Variations
Color information
#E1C3BC (or 0xE1C3BC) is known color: Dust Storm. HEX triplet: E1, C3 and BC. RGB value is (225,195,188). Sum of RGB (Red+Green+Blue) = 225+195+188=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3BC is #1E3C43. Grayscale: #CBCBCB. Windows color (decimal): -1981508 or 12370913. OLE color: 12370913.
HSL color Cylindrical-coordinate representation of color #E1C3BC: hue angle of 11.35º 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 #E1C3BC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 188 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.12 |
| HSL | 11.35º | 0.38% | 0.81% | - |
| HSV(B) | 11.35º | 0.16% | 0.88% | - |
| XYZ | 59.64 | 58.67 | 55.76 | - |
| YUV | 203.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 188 | 0 | 0.13 | 0.16 | 0.12 | 11.35 | 0.38 | 0.81 |
| Hex | E1 | C3 | BC | 0 | D | 10 | C | B | 26 | 51 |
| Octal | 341 | 303 | 274 | 0 | 15 | 20 | 14 | 13 | 46 | 121 |
| Binary | 11100001 | 11000011 | 10111100 | 0 | 1101 | 10000 | 1100 | 1011 | 100110 | 1010001 |
Color Harmonies of #E1C3BC
Complementary color
Monochromatic Colors of #E1C3BC
Black with #E1C3BC
Text Example
Text Example
White with #E1C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3BC; }
p { color: rgb(225,195,188); }
H1.HeaderClassName
{
color: #E1C3BC;
}
.AnyTagClassName
{
color: #E1C3BC;
}
</style>
background-color css
<style>
a { background-color: #E1C3BC; }
a { background-color: rgb(225,195,188); }
div.DivClassName
{
background-color: #E1C3BC;
}
.BgClassName
{
background-color: #E1C3BC;
}
</style>
border-color css
<style>
span { border-color: #E1C3BC; }
span { border-color: rgb(225,195,188); }
td.TdClassName
{
border-color: #E1C3BC;
}
.TagClassName
{
border-color: #E1C3BC;
}
</style>