Shades of Dust Storm #E2C3BA
Tints of Dust Storm #E2C3BA
RGB
CMYK
RGB Variations
Color information
#E2C3BA (or 0xE2C3BA) is known color: Dust Storm. HEX triplet: E2, C3 and BA. RGB value is (226,195,186). Sum of RGB (Red+Green+Blue) = 226+195+186=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C3BA is #1D3C45. Grayscale: #CBCBCB. Windows color (decimal): -1915974 or 12239842. OLE color: 12239842.
HSL color Cylindrical-coordinate representation of color #E2C3BA: hue angle of 13.5º 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 #E2C3BA is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 186 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.11 |
| HSL | 13.5º | 0.41% | 0.81% | - |
| HSV(B) | 13.5º | 0.18% | 0.89% | - |
| XYZ | 59.74 | 58.74 | 54.64 | - |
| YUV | 203.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 186 | 0 | 0.14 | 0.18 | 0.11 | 13.5 | 0.41 | 0.81 |
| Hex | E2 | C3 | BA | 0 | E | 12 | B | E | 29 | 51 |
| Octal | 342 | 303 | 272 | 0 | 16 | 22 | 13 | 16 | 51 | 121 |
| Binary | 11100010 | 11000011 | 10111010 | 0 | 1110 | 10010 | 1011 | 1110 | 101001 | 1010001 |
Color Harmonies of #E2C3BA
Complementary color
Monochromatic Colors of #E2C3BA
Black with #E2C3BA
Text Example
Text Example
White with #E2C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3BA; }
p { color: rgb(226,195,186); }
H1.HeaderClassName
{
color: #E2C3BA;
}
.AnyTagClassName
{
color: #E2C3BA;
}
</style>
background-color css
<style>
a { background-color: #E2C3BA; }
a { background-color: rgb(226,195,186); }
div.DivClassName
{
background-color: #E2C3BA;
}
.BgClassName
{
background-color: #E2C3BA;
}
</style>
border-color css
<style>
span { border-color: #E2C3BA; }
span { border-color: rgb(226,195,186); }
td.TdClassName
{
border-color: #E2C3BA;
}
.TagClassName
{
border-color: #E2C3BA;
}
</style>