Shades of Dust Storm #E0C4BF
Tints of Dust Storm #E0C4BF
RGB
CMYK
RGB Variations
Color information
#E0C4BF (or 0xE0C4BF) is known color: Dust Storm. HEX triplet: E0, C4 and BF. RGB value is (224,196,191). Sum of RGB (Red+Green+Blue) = 224+196+191=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4BF is #1F3B40. Grayscale: #CBCBCB. Windows color (decimal): -2046785 or 12567776. OLE color: 12567776.
HSL color Cylindrical-coordinate representation of color #E0C4BF: hue angle of 9.09º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0C4BF is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 191 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.12 |
| HSL | 9.09º | 0.35% | 0.81% | - |
| HSV(B) | 9.09º | 0.15% | 0.88% | - |
| XYZ | 59.88 | 59.09 | 57.54 | - |
| YUV | 203.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 191 | 0 | 0.12 | 0.15 | 0.12 | 9.09 | 0.35 | 0.81 |
| Hex | E0 | C4 | BF | 0 | C | F | C | 9 | 23 | 51 |
| Octal | 340 | 304 | 277 | 0 | 14 | 17 | 14 | 11 | 43 | 121 |
| Binary | 11100000 | 11000100 | 10111111 | 0 | 1100 | 1111 | 1100 | 1001 | 100011 | 1010001 |
Color Harmonies of #E0C4BF
Complementary color
Monochromatic Colors of #E0C4BF
Black with #E0C4BF
Text Example
Text Example
White with #E0C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C4BF; }
p { color: rgb(224,196,191); }
H1.HeaderClassName
{
color: #E0C4BF;
}
.AnyTagClassName
{
color: #E0C4BF;
}
</style>
background-color css
<style>
a { background-color: #E0C4BF; }
a { background-color: rgb(224,196,191); }
div.DivClassName
{
background-color: #E0C4BF;
}
.BgClassName
{
background-color: #E0C4BF;
}
</style>
border-color css
<style>
span { border-color: #E0C4BF; }
span { border-color: rgb(224,196,191); }
td.TdClassName
{
border-color: #E0C4BF;
}
.TagClassName
{
border-color: #E0C4BF;
}
</style>