Shades of Dust Storm #E7C2B9
Tints of Dust Storm #E7C2B9
RGB
CMYK
RGB Variations
Color information
#E7C2B9 (or 0xE7C2B9) is known color: Dust Storm. HEX triplet: E7, C2 and B9. RGB value is (231,194,185). Sum of RGB (Red+Green+Blue) = 231+194+185=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2B9 is #183D46. Grayscale: #CCCCCC. Windows color (decimal): -1588551 or 12174055. OLE color: 12174055.
HSL color Cylindrical-coordinate representation of color #E7C2B9: hue angle of 11.74º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7C2B9 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 185 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.09 |
| HSL | 11.74º | 0.49% | 0.82% | - |
| HSV(B) | 11.74º | 0.2% | 0.91% | - |
| XYZ | 61 | 59.08 | 54.09 | - |
| YUV | 204.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 185 | 0 | 0.16 | 0.20 | 0.09 | 11.74 | 0.49 | 0.82 |
| Hex | E7 | C2 | B9 | 0 | 10 | 14 | 9 | C | 31 | 52 |
| Octal | 347 | 302 | 271 | 0 | 20 | 24 | 11 | 14 | 61 | 122 |
| Binary | 11100111 | 11000010 | 10111001 | 0 | 10000 | 10100 | 1001 | 1100 | 110001 | 1010010 |
Color Harmonies of #E7C2B9
Complementary color
Monochromatic Colors of #E7C2B9
Black with #E7C2B9
Text Example
Text Example
White with #E7C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2B9; }
p { color: rgb(231,194,185); }
H1.HeaderClassName
{
color: #E7C2B9;
}
.AnyTagClassName
{
color: #E7C2B9;
}
</style>
background-color css
<style>
a { background-color: #E7C2B9; }
a { background-color: rgb(231,194,185); }
div.DivClassName
{
background-color: #E7C2B9;
}
.BgClassName
{
background-color: #E7C2B9;
}
</style>
border-color css
<style>
span { border-color: #E7C2B9; }
span { border-color: rgb(231,194,185); }
td.TdClassName
{
border-color: #E7C2B9;
}
.TagClassName
{
border-color: #E7C2B9;
}
</style>