Shades of Dust Storm #E2C8BE
Tints of Dust Storm #E2C8BE
RGB
CMYK
RGB Variations
Color information
#E2C8BE (or 0xE2C8BE) is known color: Dust Storm. HEX triplet: E2, C8 and BE. RGB value is (226,200,190). Sum of RGB (Red+Green+Blue) = 226+200+190=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C8BE is #1D3741. Grayscale: #CECECE. Windows color (decimal): -1914690 or 12503266. OLE color: 12503266.
HSL color Cylindrical-coordinate representation of color #E2C8BE: hue angle of 16.67º 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 #E2C8BE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 190 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.11 |
| HSL | 16.67º | 0.38% | 0.82% | - |
| HSV(B) | 16.67º | 0.16% | 0.89% | - |
| XYZ | 61.31 | 61.2 | 57.3 | - |
| YUV | 206.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 190 | 0 | 0.12 | 0.16 | 0.11 | 16.67 | 0.38 | 0.82 |
| Hex | E2 | C8 | BE | 0 | C | 10 | B | 11 | 26 | 52 |
| Octal | 342 | 310 | 276 | 0 | 14 | 20 | 13 | 21 | 46 | 122 |
| Binary | 11100010 | 11001000 | 10111110 | 0 | 1100 | 10000 | 1011 | 10001 | 100110 | 1010010 |
Color Harmonies of #E2C8BE
Complementary color
Monochromatic Colors of #E2C8BE
Black with #E2C8BE
Text Example
Text Example
White with #E2C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8BE; }
p { color: rgb(226,200,190); }
H1.HeaderClassName
{
color: #E2C8BE;
}
.AnyTagClassName
{
color: #E2C8BE;
}
</style>
background-color css
<style>
a { background-color: #E2C8BE; }
a { background-color: rgb(226,200,190); }
div.DivClassName
{
background-color: #E2C8BE;
}
.BgClassName
{
background-color: #E2C8BE;
}
</style>
border-color css
<style>
span { border-color: #E2C8BE; }
span { border-color: rgb(226,200,190); }
td.TdClassName
{
border-color: #E2C8BE;
}
.TagClassName
{
border-color: #E2C8BE;
}
</style>