Shades of Dust Storm #E2C7BD
Tints of Dust Storm #E2C7BD
RGB
CMYK
RGB Variations
Color information
#E2C7BD (or 0xE2C7BD) is known color: Dust Storm. HEX triplet: E2, C7 and BD. RGB value is (226,199,189). Sum of RGB (Red+Green+Blue) = 226+199+189=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C7BD is #1D3842. Grayscale: #CDCDCD. Windows color (decimal): -1914947 or 12437474. OLE color: 12437474.
HSL color Cylindrical-coordinate representation of color #E2C7BD: hue angle of 16.22º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C7BD is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 189 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.11 |
| HSL | 16.22º | 0.39% | 0.81% | - |
| HSV(B) | 16.22º | 0.16% | 0.89% | - |
| XYZ | 60.97 | 60.69 | 56.64 | - |
| YUV | 205.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 189 | 0 | 0.12 | 0.16 | 0.11 | 16.22 | 0.39 | 0.81 |
| Hex | E2 | C7 | BD | 0 | C | 10 | B | 10 | 27 | 51 |
| Octal | 342 | 307 | 275 | 0 | 14 | 20 | 13 | 20 | 47 | 121 |
| Binary | 11100010 | 11000111 | 10111101 | 0 | 1100 | 10000 | 1011 | 10000 | 100111 | 1010001 |
Color Harmonies of #E2C7BD
Complementary color
Monochromatic Colors of #E2C7BD
Black with #E2C7BD
Text Example
Text Example
White with #E2C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C7BD; }
p { color: rgb(226,199,189); }
H1.HeaderClassName
{
color: #E2C7BD;
}
.AnyTagClassName
{
color: #E2C7BD;
}
</style>
background-color css
<style>
a { background-color: #E2C7BD; }
a { background-color: rgb(226,199,189); }
div.DivClassName
{
background-color: #E2C7BD;
}
.BgClassName
{
background-color: #E2C7BD;
}
</style>
border-color css
<style>
span { border-color: #E2C7BD; }
span { border-color: rgb(226,199,189); }
td.TdClassName
{
border-color: #E2C7BD;
}
.TagClassName
{
border-color: #E2C7BD;
}
</style>