Shades of Dust Storm #E2C3B9
Tints of Dust Storm #E2C3B9
RGB
CMYK
RGB Variations
Color information
#E2C3B9 (or 0xE2C3B9) is known color: Dust Storm. HEX triplet: E2, C3 and B9. RGB value is (226,195,185). Sum of RGB (Red+Green+Blue) = 226+195+185=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C3B9 is #1D3C46. Grayscale: #CBCBCB. Windows color (decimal): -1915975 or 12174306. OLE color: 12174306.
HSL color Cylindrical-coordinate representation of color #E2C3B9: hue angle of 14.63º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C3B9 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 185 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.11 |
| HSL | 14.63º | 0.41% | 0.81% | - |
| HSV(B) | 14.63º | 0.18% | 0.89% | - |
| XYZ | 59.64 | 58.7 | 54.09 | - |
| YUV | 203.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 185 | 0 | 0.14 | 0.18 | 0.11 | 14.63 | 0.41 | 0.81 |
| Hex | E2 | C3 | B9 | 0 | E | 12 | B | F | 29 | 51 |
| Octal | 342 | 303 | 271 | 0 | 16 | 22 | 13 | 17 | 51 | 121 |
| Binary | 11100010 | 11000011 | 10111001 | 0 | 1110 | 10010 | 1011 | 1111 | 101001 | 1010001 |
Color Harmonies of #E2C3B9
Complementary color
Monochromatic Colors of #E2C3B9
Black with #E2C3B9
Text Example
Text Example
White with #E2C3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3B9; }
p { color: rgb(226,195,185); }
H1.HeaderClassName
{
color: #E2C3B9;
}
.AnyTagClassName
{
color: #E2C3B9;
}
</style>
background-color css
<style>
a { background-color: #E2C3B9; }
a { background-color: rgb(226,195,185); }
div.DivClassName
{
background-color: #E2C3B9;
}
.BgClassName
{
background-color: #E2C3B9;
}
</style>
border-color css
<style>
span { border-color: #E2C3B9; }
span { border-color: rgb(226,195,185); }
td.TdClassName
{
border-color: #E2C3B9;
}
.TagClassName
{
border-color: #E2C3B9;
}
</style>