Shades of Dust Storm #E0C3BF
Tints of Dust Storm #E0C3BF
RGB
CMYK
RGB Variations
Color information
#E0C3BF (or 0xE0C3BF) is known color: Dust Storm. HEX triplet: E0, C3 and BF. RGB value is (224,195,191). Sum of RGB (Red+Green+Blue) = 224+195+191=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3BF is #1F3C40. Grayscale: #CBCBCB. Windows color (decimal): -2047041 or 12567520. OLE color: 12567520.
HSL color Cylindrical-coordinate representation of color #E0C3BF: hue angle of 7.27º 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 #E0C3BF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 191 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.12 |
| HSL | 7.27º | 0.35% | 0.81% | - |
| HSV(B) | 7.27º | 0.15% | 0.88% | - |
| XYZ | 59.66 | 58.64 | 57.46 | - |
| YUV | 203.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 191 | 0 | 0.13 | 0.15 | 0.12 | 7.27 | 0.35 | 0.81 |
| Hex | E0 | C3 | BF | 0 | D | F | C | 7 | 23 | 51 |
| Octal | 340 | 303 | 277 | 0 | 15 | 17 | 14 | 7 | 43 | 121 |
| Binary | 11100000 | 11000011 | 10111111 | 0 | 1101 | 1111 | 1100 | 111 | 100011 | 1010001 |
Color Harmonies of #E0C3BF
Complementary color
Monochromatic Colors of #E0C3BF
Black with #E0C3BF
Text Example
Text Example
White with #E0C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C3BF; }
p { color: rgb(224,195,191); }
H1.HeaderClassName
{
color: #E0C3BF;
}
.AnyTagClassName
{
color: #E0C3BF;
}
</style>
background-color css
<style>
a { background-color: #E0C3BF; }
a { background-color: rgb(224,195,191); }
div.DivClassName
{
background-color: #E0C3BF;
}
.BgClassName
{
background-color: #E0C3BF;
}
</style>
border-color css
<style>
span { border-color: #E0C3BF; }
span { border-color: rgb(224,195,191); }
td.TdClassName
{
border-color: #E0C3BF;
}
.TagClassName
{
border-color: #E0C3BF;
}
</style>