Shades of Dust Storm #E3C7BA
Tints of Dust Storm #E3C7BA
RGB
CMYK
RGB Variations
Color information
#E3C7BA (or 0xE3C7BA) is known color: Dust Storm. HEX triplet: E3, C7 and BA. RGB value is (227,199,186). Sum of RGB (Red+Green+Blue) = 227+199+186=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C7BA is #1C3845. Grayscale: #CDCDCD. Windows color (decimal): -1849414 or 12240867. OLE color: 12240867.
HSL color Cylindrical-coordinate representation of color #E3C7BA: hue angle of 19.02º degrees, saturation: 0.42, 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 #E3C7BA is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 186 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.11 |
| HSL | 19.02º | 0.42% | 0.81% | - |
| HSV(B) | 19.02º | 0.18% | 0.89% | - |
| XYZ | 60.96 | 60.72 | 54.96 | - |
| YUV | 205.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 186 | 0 | 0.12 | 0.18 | 0.11 | 19.02 | 0.42 | 0.81 |
| Hex | E3 | C7 | BA | 0 | C | 12 | B | 13 | 2A | 51 |
| Octal | 343 | 307 | 272 | 0 | 14 | 22 | 13 | 23 | 52 | 121 |
| Binary | 11100011 | 11000111 | 10111010 | 0 | 1100 | 10010 | 1011 | 10011 | 101010 | 1010001 |
Color Harmonies of #E3C7BA
Complementary color
Monochromatic Colors of #E3C7BA
Black with #E3C7BA
Text Example
Text Example
White with #E3C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C7BA; }
p { color: rgb(227,199,186); }
H1.HeaderClassName
{
color: #E3C7BA;
}
.AnyTagClassName
{
color: #E3C7BA;
}
</style>
background-color css
<style>
a { background-color: #E3C7BA; }
a { background-color: rgb(227,199,186); }
div.DivClassName
{
background-color: #E3C7BA;
}
.BgClassName
{
background-color: #E3C7BA;
}
</style>
border-color css
<style>
span { border-color: #E3C7BA; }
span { border-color: rgb(227,199,186); }
td.TdClassName
{
border-color: #E3C7BA;
}
.TagClassName
{
border-color: #E3C7BA;
}
</style>