Shades of Dust Storm #E2C9BE
Tints of Dust Storm #E2C9BE
RGB
CMYK
RGB Variations
Color information
#E2C9BE (or 0xE2C9BE) is known color: Dust Storm. HEX triplet: E2, C9 and BE. RGB value is (226,201,190). Sum of RGB (Red+Green+Blue) = 226+201+190=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9BE is #1D3641. Grayscale: #CFCFCF. Windows color (decimal): -1914434 or 12503522. OLE color: 12503522.
HSL color Cylindrical-coordinate representation of color #E2C9BE: hue angle of 18.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C9BE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 190 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.11 |
| HSL | 18.33º | 0.38% | 0.82% | - |
| HSV(B) | 18.33º | 0.16% | 0.89% | - |
| XYZ | 61.54 | 61.66 | 57.37 | - |
| YUV | 207.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 190 | 0 | 0.11 | 0.16 | 0.11 | 18.33 | 0.38 | 0.82 |
| Hex | E2 | C9 | BE | 0 | B | 10 | B | 12 | 26 | 52 |
| Octal | 342 | 311 | 276 | 0 | 13 | 20 | 13 | 22 | 46 | 122 |
| Binary | 11100010 | 11001001 | 10111110 | 0 | 1011 | 10000 | 1011 | 10010 | 100110 | 1010010 |
Color Harmonies of #E2C9BE
Complementary color
Monochromatic Colors of #E2C9BE
Black with #E2C9BE
Text Example
Text Example
White with #E2C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C9BE; }
p { color: rgb(226,201,190); }
H1.HeaderClassName
{
color: #E2C9BE;
}
.AnyTagClassName
{
color: #E2C9BE;
}
</style>
background-color css
<style>
a { background-color: #E2C9BE; }
a { background-color: rgb(226,201,190); }
div.DivClassName
{
background-color: #E2C9BE;
}
.BgClassName
{
background-color: #E2C9BE;
}
</style>
border-color css
<style>
span { border-color: #E2C9BE; }
span { border-color: rgb(226,201,190); }
td.TdClassName
{
border-color: #E2C9BE;
}
.TagClassName
{
border-color: #E2C9BE;
}
</style>