Shades of Dust Storm #E3C7BD
Tints of Dust Storm #E3C7BD
RGB
CMYK
RGB Variations
Color information
#E3C7BD (or 0xE3C7BD) is known color: Dust Storm. HEX triplet: E3, C7 and BD. RGB value is (227,199,189). Sum of RGB (Red+Green+Blue) = 227+199+189=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C7BD is #1C3842. Grayscale: #CECECE. Windows color (decimal): -1849411 or 12437475. OLE color: 12437475.
HSL color Cylindrical-coordinate representation of color #E3C7BD: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3C7BD is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 189 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.11 |
| HSL | 15.79º | 0.4% | 0.82% | - |
| HSV(B) | 15.79º | 0.17% | 0.89% | - |
| XYZ | 61.29 | 60.85 | 56.66 | - |
| YUV | 206.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 189 | 0 | 0.12 | 0.17 | 0.11 | 15.79 | 0.4 | 0.82 |
| Hex | E3 | C7 | BD | 0 | C | 11 | B | 10 | 28 | 52 |
| Octal | 343 | 307 | 275 | 0 | 14 | 21 | 13 | 20 | 50 | 122 |
| Binary | 11100011 | 11000111 | 10111101 | 0 | 1100 | 10001 | 1011 | 10000 | 101000 | 1010010 |
Color Harmonies of #E3C7BD
Complementary color
Monochromatic Colors of #E3C7BD
Black with #E3C7BD
Text Example
Text Example
White with #E3C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C7BD; }
p { color: rgb(227,199,189); }
H1.HeaderClassName
{
color: #E3C7BD;
}
.AnyTagClassName
{
color: #E3C7BD;
}
</style>
background-color css
<style>
a { background-color: #E3C7BD; }
a { background-color: rgb(227,199,189); }
div.DivClassName
{
background-color: #E3C7BD;
}
.BgClassName
{
background-color: #E3C7BD;
}
</style>
border-color css
<style>
span { border-color: #E3C7BD; }
span { border-color: rgb(227,199,189); }
td.TdClassName
{
border-color: #E3C7BD;
}
.TagClassName
{
border-color: #E3C7BD;
}
</style>