Shades of Dust Storm #E2C9BF
Tints of Dust Storm #E2C9BF
RGB
CMYK
RGB Variations
Color information
#E2C9BF (or 0xE2C9BF) is known color: Dust Storm. HEX triplet: E2, C9 and BF. RGB value is (226,201,191). Sum of RGB (Red+Green+Blue) = 226+201+191=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9BF is #1D3640. Grayscale: #CFCFCF. Windows color (decimal): -1914433 or 12569058. OLE color: 12569058.
HSL color Cylindrical-coordinate representation of color #E2C9BF: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2C9BF is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 191 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.11 |
| HSL | 17.14º | 0.38% | 0.82% | - |
| HSV(B) | 17.14º | 0.15% | 0.89% | - |
| XYZ | 61.65 | 61.7 | 57.95 | - |
| YUV | 207.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 191 | 0 | 0.11 | 0.15 | 0.11 | 17.14 | 0.38 | 0.82 |
| Hex | E2 | C9 | BF | 0 | B | F | B | 11 | 26 | 52 |
| Octal | 342 | 311 | 277 | 0 | 13 | 17 | 13 | 21 | 46 | 122 |
| Binary | 11100010 | 11001001 | 10111111 | 0 | 1011 | 1111 | 1011 | 10001 | 100110 | 1010010 |
Color Harmonies of #E2C9BF
Complementary color
Monochromatic Colors of #E2C9BF
Black with #E2C9BF
Text Example
Text Example
White with #E2C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9BF; }
p { color: rgb(226,201,191); }
H1.HeaderClassName
{
color: #E2C9BF;
}
.AnyTagClassName
{
color: #E2C9BF;
}
</style>
background-color css
<style>
a { background-color: #E2C9BF; }
a { background-color: rgb(226,201,191); }
div.DivClassName
{
background-color: #E2C9BF;
}
.BgClassName
{
background-color: #E2C9BF;
}
</style>
border-color css
<style>
span { border-color: #E2C9BF; }
span { border-color: rgb(226,201,191); }
td.TdClassName
{
border-color: #E2C9BF;
}
.TagClassName
{
border-color: #E2C9BF;
}
</style>