Shades of Dust Storm #E1C9BE
Tints of Dust Storm #E1C9BE
RGB
CMYK
RGB Variations
Color information
#E1C9BE (or 0xE1C9BE) is known color: Dust Storm. HEX triplet: E1, C9 and BE. RGB value is (225,201,190). Sum of RGB (Red+Green+Blue) = 225+201+190=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9BE is #1E3641. Grayscale: #CECECE. Windows color (decimal): -1979970 or 12503521. OLE color: 12503521.
HSL color Cylindrical-coordinate representation of color #E1C9BE: hue angle of 18.86º degrees, saturation: 0.37, 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 #E1C9BE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 190 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.12 |
| HSL | 18.86º | 0.37% | 0.81% | - |
| HSV(B) | 18.86º | 0.16% | 0.88% | - |
| XYZ | 61.23 | 61.5 | 57.36 | - |
| YUV | 206.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 190 | 0 | 0.11 | 0.16 | 0.12 | 18.86 | 0.37 | 0.81 |
| Hex | E1 | C9 | BE | 0 | B | 10 | C | 13 | 25 | 51 |
| Octal | 341 | 311 | 276 | 0 | 13 | 20 | 14 | 23 | 45 | 121 |
| Binary | 11100001 | 11001001 | 10111110 | 0 | 1011 | 10000 | 1100 | 10011 | 100101 | 1010001 |
Color Harmonies of #E1C9BE
Complementary color
Monochromatic Colors of #E1C9BE
Black with #E1C9BE
Text Example
Text Example
White with #E1C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9BE; }
p { color: rgb(225,201,190); }
H1.HeaderClassName
{
color: #E1C9BE;
}
.AnyTagClassName
{
color: #E1C9BE;
}
</style>
background-color css
<style>
a { background-color: #E1C9BE; }
a { background-color: rgb(225,201,190); }
div.DivClassName
{
background-color: #E1C9BE;
}
.BgClassName
{
background-color: #E1C9BE;
}
</style>
border-color css
<style>
span { border-color: #E1C9BE; }
span { border-color: rgb(225,201,190); }
td.TdClassName
{
border-color: #E1C9BE;
}
.TagClassName
{
border-color: #E1C9BE;
}
</style>