Shades of Dust Storm #E1C9BB
Tints of Dust Storm #E1C9BB
RGB
CMYK
RGB Variations
Color information
#E1C9BB (or 0xE1C9BB) is known color: Dust Storm. HEX triplet: E1, C9 and BB. RGB value is (225,201,187). Sum of RGB (Red+Green+Blue) = 225+201+187=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9BB is #1E3644. Grayscale: #CECECE. Windows color (decimal): -1979973 or 12306913. OLE color: 12306913.
HSL color Cylindrical-coordinate representation of color #E1C9BB: hue angle of 22.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1C9BB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 187 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.12 |
| HSL | 22.11º | 0.39% | 0.81% | - |
| HSV(B) | 22.11º | 0.17% | 0.88% | - |
| XYZ | 60.91 | 61.37 | 55.65 | - |
| YUV | 206.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 187 | 0 | 0.11 | 0.17 | 0.12 | 22.11 | 0.39 | 0.81 |
| Hex | E1 | C9 | BB | 0 | B | 11 | C | 16 | 27 | 51 |
| Octal | 341 | 311 | 273 | 0 | 13 | 21 | 14 | 26 | 47 | 121 |
| Binary | 11100001 | 11001001 | 10111011 | 0 | 1011 | 10001 | 1100 | 10110 | 100111 | 1010001 |
Color Harmonies of #E1C9BB
Complementary color
Monochromatic Colors of #E1C9BB
Black with #E1C9BB
Text Example
Text Example
White with #E1C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9BB; }
p { color: rgb(225,201,187); }
H1.HeaderClassName
{
color: #E1C9BB;
}
.AnyTagClassName
{
color: #E1C9BB;
}
</style>
background-color css
<style>
a { background-color: #E1C9BB; }
a { background-color: rgb(225,201,187); }
div.DivClassName
{
background-color: #E1C9BB;
}
.BgClassName
{
background-color: #E1C9BB;
}
</style>
border-color css
<style>
span { border-color: #E1C9BB; }
span { border-color: rgb(225,201,187); }
td.TdClassName
{
border-color: #E1C9BB;
}
.TagClassName
{
border-color: #E1C9BB;
}
</style>