Shades of Dust Storm #E1C9BC
Tints of Dust Storm #E1C9BC
RGB
CMYK
RGB Variations
Color information
#E1C9BC (or 0xE1C9BC) is known color: Dust Storm. HEX triplet: E1, C9 and BC. RGB value is (225,201,188). Sum of RGB (Red+Green+Blue) = 225+201+188=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9BC is #1E3643. Grayscale: #CECECE. Windows color (decimal): -1979972 or 12372449. OLE color: 12372449.
HSL color Cylindrical-coordinate representation of color #E1C9BC: hue angle of 21.08º 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 #E1C9BC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 188 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.12 |
| HSL | 21.08º | 0.38% | 0.81% | - |
| HSV(B) | 21.08º | 0.16% | 0.88% | - |
| XYZ | 61.02 | 61.41 | 56.21 | - |
| YUV | 206.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 188 | 0 | 0.11 | 0.16 | 0.12 | 21.08 | 0.38 | 0.81 |
| Hex | E1 | C9 | BC | 0 | B | 10 | C | 15 | 26 | 51 |
| Octal | 341 | 311 | 274 | 0 | 13 | 20 | 14 | 25 | 46 | 121 |
| Binary | 11100001 | 11001001 | 10111100 | 0 | 1011 | 10000 | 1100 | 10101 | 100110 | 1010001 |
Color Harmonies of #E1C9BC
Complementary color
Monochromatic Colors of #E1C9BC
Black with #E1C9BC
Text Example
Text Example
White with #E1C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9BC; }
p { color: rgb(225,201,188); }
H1.HeaderClassName
{
color: #E1C9BC;
}
.AnyTagClassName
{
color: #E1C9BC;
}
</style>
background-color css
<style>
a { background-color: #E1C9BC; }
a { background-color: rgb(225,201,188); }
div.DivClassName
{
background-color: #E1C9BC;
}
.BgClassName
{
background-color: #E1C9BC;
}
</style>
border-color css
<style>
span { border-color: #E1C9BC; }
span { border-color: rgb(225,201,188); }
td.TdClassName
{
border-color: #E1C9BC;
}
.TagClassName
{
border-color: #E1C9BC;
}
</style>