Shades of Dust Storm #E3C4BF
Tints of Dust Storm #E3C4BF
RGB
CMYK
RGB Variations
Color information
#E3C4BF (or 0xE3C4BF) is known color: Dust Storm. HEX triplet: E3, C4 and BF. RGB value is (227,196,191). Sum of RGB (Red+Green+Blue) = 227+196+191=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C4BF is #1C3B40. Grayscale: #CCCCCC. Windows color (decimal): -1850177 or 12567779. OLE color: 12567779.
HSL color Cylindrical-coordinate representation of color #E3C4BF: hue angle of 8.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3C4BF is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 196 | 191 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.11 |
| HSL | 8.33º | 0.39% | 0.82% | - |
| HSV(B) | 8.33º | 0.16% | 0.89% | - |
| XYZ | 60.82 | 59.57 | 57.58 | - |
| YUV | 204.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 191 | 0 | 0.14 | 0.16 | 0.11 | 8.33 | 0.39 | 0.82 |
| Hex | E3 | C4 | BF | 0 | E | 10 | B | 8 | 27 | 52 |
| Octal | 343 | 304 | 277 | 0 | 16 | 20 | 13 | 10 | 47 | 122 |
| Binary | 11100011 | 11000100 | 10111111 | 0 | 1110 | 10000 | 1011 | 1000 | 100111 | 1010010 |
Color Harmonies of #E3C4BF
Complementary color
Monochromatic Colors of #E3C4BF
Black with #E3C4BF
Text Example
Text Example
White with #E3C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C4BF; }
p { color: rgb(227,196,191); }
H1.HeaderClassName
{
color: #E3C4BF;
}
.AnyTagClassName
{
color: #E3C4BF;
}
</style>
background-color css
<style>
a { background-color: #E3C4BF; }
a { background-color: rgb(227,196,191); }
div.DivClassName
{
background-color: #E3C4BF;
}
.BgClassName
{
background-color: #E3C4BF;
}
</style>
border-color css
<style>
span { border-color: #E3C4BF; }
span { border-color: rgb(227,196,191); }
td.TdClassName
{
border-color: #E3C4BF;
}
.TagClassName
{
border-color: #E3C4BF;
}
</style>