Shades of Dust Storm #E1C9BF
Tints of Dust Storm #E1C9BF
RGB
CMYK
RGB Variations
Color information
#E1C9BF (or 0xE1C9BF) is known color: Dust Storm. HEX triplet: E1, C9 and BF. RGB value is (225,201,191). Sum of RGB (Red+Green+Blue) = 225+201+191=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9BF is #1E3640. Grayscale: #CFCFCF. Windows color (decimal): -1979969 or 12569057. OLE color: 12569057.
HSL color Cylindrical-coordinate representation of color #E1C9BF: hue angle of 17.65º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C9BF is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 191 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.12 |
| HSL | 17.65º | 0.36% | 0.82% | - |
| HSV(B) | 17.65º | 0.15% | 0.88% | - |
| XYZ | 61.34 | 61.54 | 57.94 | - |
| YUV | 207.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 191 | 0 | 0.11 | 0.15 | 0.12 | 17.65 | 0.36 | 0.82 |
| Hex | E1 | C9 | BF | 0 | B | F | C | 12 | 24 | 52 |
| Octal | 341 | 311 | 277 | 0 | 13 | 17 | 14 | 22 | 44 | 122 |
| Binary | 11100001 | 11001001 | 10111111 | 0 | 1011 | 1111 | 1100 | 10010 | 100100 | 1010010 |
Color Harmonies of #E1C9BF
Complementary color
Monochromatic Colors of #E1C9BF
Black with #E1C9BF
Text Example
Text Example
White with #E1C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C9BF; }
p { color: rgb(225,201,191); }
H1.HeaderClassName
{
color: #E1C9BF;
}
.AnyTagClassName
{
color: #E1C9BF;
}
</style>
background-color css
<style>
a { background-color: #E1C9BF; }
a { background-color: rgb(225,201,191); }
div.DivClassName
{
background-color: #E1C9BF;
}
.BgClassName
{
background-color: #E1C9BF;
}
</style>
border-color css
<style>
span { border-color: #E1C9BF; }
span { border-color: rgb(225,201,191); }
td.TdClassName
{
border-color: #E1C9BF;
}
.TagClassName
{
border-color: #E1C9BF;
}
</style>