Shades of Dust Storm #E7C4BA
Tints of Dust Storm #E7C4BA
RGB
CMYK
RGB Variations
Color information
#E7C4BA (or 0xE7C4BA) is known color: Dust Storm. HEX triplet: E7, C4 and BA. RGB value is (231,196,186). Sum of RGB (Red+Green+Blue) = 231+196+186=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4BA is #183B45. Grayscale: #CDCDCD. Windows color (decimal): -1588038 or 12240103. OLE color: 12240103.
HSL color Cylindrical-coordinate representation of color #E7C4BA: hue angle of 13.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C4BA is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 186 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.09 |
| HSL | 13.33º | 0.48% | 0.82% | - |
| HSV(B) | 13.33º | 0.19% | 0.91% | - |
| XYZ | 61.56 | 60.01 | 54.79 | - |
| YUV | 205.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 186 | 0 | 0.15 | 0.19 | 0.09 | 13.33 | 0.48 | 0.82 |
| Hex | E7 | C4 | BA | 0 | F | 13 | 9 | D | 30 | 52 |
| Octal | 347 | 304 | 272 | 0 | 17 | 23 | 11 | 15 | 60 | 122 |
| Binary | 11100111 | 11000100 | 10111010 | 0 | 1111 | 10011 | 1001 | 1101 | 110000 | 1010010 |
Color Harmonies of #E7C4BA
Complementary color
Monochromatic Colors of #E7C4BA
Black with #E7C4BA
Text Example
Text Example
White with #E7C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4BA; }
p { color: rgb(231,196,186); }
H1.HeaderClassName
{
color: #E7C4BA;
}
.AnyTagClassName
{
color: #E7C4BA;
}
</style>
background-color css
<style>
a { background-color: #E7C4BA; }
a { background-color: rgb(231,196,186); }
div.DivClassName
{
background-color: #E7C4BA;
}
.BgClassName
{
background-color: #E7C4BA;
}
</style>
border-color css
<style>
span { border-color: #E7C4BA; }
span { border-color: rgb(231,196,186); }
td.TdClassName
{
border-color: #E7C4BA;
}
.TagClassName
{
border-color: #E7C4BA;
}
</style>