Shades of Dust Storm #E0C4BC
Tints of Dust Storm #E0C4BC
RGB
CMYK
RGB Variations
Color information
#E0C4BC (or 0xE0C4BC) is known color: Dust Storm. HEX triplet: E0, C4 and BC. RGB value is (224,196,188). Sum of RGB (Red+Green+Blue) = 224+196+188=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4BC is #1F3B43. Grayscale: #CBCBCB. Windows color (decimal): -2046788 or 12371168. OLE color: 12371168.
HSL color Cylindrical-coordinate representation of color #E0C4BC: hue angle of 13.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C4BC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 188 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.12 |
| HSL | 13.33º | 0.37% | 0.81% | - |
| HSV(B) | 13.33º | 0.16% | 0.88% | - |
| XYZ | 59.56 | 58.96 | 55.82 | - |
| YUV | 203.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 188 | 0 | 0.12 | 0.16 | 0.12 | 13.33 | 0.37 | 0.81 |
| Hex | E0 | C4 | BC | 0 | C | 10 | C | D | 25 | 51 |
| Octal | 340 | 304 | 274 | 0 | 14 | 20 | 14 | 15 | 45 | 121 |
| Binary | 11100000 | 11000100 | 10111100 | 0 | 1100 | 10000 | 1100 | 1101 | 100101 | 1010001 |
Color Harmonies of #E0C4BC
Complementary color
Monochromatic Colors of #E0C4BC
Black with #E0C4BC
Text Example
Text Example
White with #E0C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C4BC; }
p { color: rgb(224,196,188); }
H1.HeaderClassName
{
color: #E0C4BC;
}
.AnyTagClassName
{
color: #E0C4BC;
}
</style>
background-color css
<style>
a { background-color: #E0C4BC; }
a { background-color: rgb(224,196,188); }
div.DivClassName
{
background-color: #E0C4BC;
}
.BgClassName
{
background-color: #E0C4BC;
}
</style>
border-color css
<style>
span { border-color: #E0C4BC; }
span { border-color: rgb(224,196,188); }
td.TdClassName
{
border-color: #E0C4BC;
}
.TagClassName
{
border-color: #E0C4BC;
}
</style>