Shades of Dust Storm #E3C4BD
Tints of Dust Storm #E3C4BD
RGB
CMYK
RGB Variations
Color information
#E3C4BD (or 0xE3C4BD) is known color: Dust Storm. HEX triplet: E3, C4 and BD. RGB value is (227,196,189). Sum of RGB (Red+Green+Blue) = 227+196+189=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C4BD is #1C3B42. Grayscale: #CCCCCC. Windows color (decimal): -1850179 or 12436707. OLE color: 12436707.
HSL color Cylindrical-coordinate representation of color #E3C4BD: hue angle of 11.05º 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 #E3C4BD is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 196 | 189 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.11 |
| HSL | 11.05º | 0.4% | 0.82% | - |
| HSV(B) | 11.05º | 0.17% | 0.89% | - |
| XYZ | 60.6 | 59.48 | 56.43 | - |
| YUV | 204.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 189 | 0 | 0.14 | 0.17 | 0.11 | 11.05 | 0.4 | 0.82 |
| Hex | E3 | C4 | BD | 0 | E | 11 | B | B | 28 | 52 |
| Octal | 343 | 304 | 275 | 0 | 16 | 21 | 13 | 13 | 50 | 122 |
| Binary | 11100011 | 11000100 | 10111101 | 0 | 1110 | 10001 | 1011 | 1011 | 101000 | 1010010 |
Color Harmonies of #E3C4BD
Complementary color
Monochromatic Colors of #E3C4BD
Black with #E3C4BD
Text Example
Text Example
White with #E3C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C4BD; }
p { color: rgb(227,196,189); }
H1.HeaderClassName
{
color: #E3C4BD;
}
.AnyTagClassName
{
color: #E3C4BD;
}
</style>
background-color css
<style>
a { background-color: #E3C4BD; }
a { background-color: rgb(227,196,189); }
div.DivClassName
{
background-color: #E3C4BD;
}
.BgClassName
{
background-color: #E3C4BD;
}
</style>
border-color css
<style>
span { border-color: #E3C4BD; }
span { border-color: rgb(227,196,189); }
td.TdClassName
{
border-color: #E3C4BD;
}
.TagClassName
{
border-color: #E3C4BD;
}
</style>