Shades of Dust Storm #E0CBC0
Tints of Dust Storm #E0CBC0
RGB
CMYK
RGB Variations
Color information
#E0CBC0 (or 0xE0CBC0) is known color: Dust Storm. HEX triplet: E0, CB and C0. RGB value is (224,203,192). Sum of RGB (Red+Green+Blue) = 224+203+192=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBC0 is #1F343F. Grayscale: #D0D0D0. Windows color (decimal): -2044992 or 12635104. OLE color: 12635104.
HSL color Cylindrical-coordinate representation of color #E0CBC0: hue angle of 20.62º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CBC0 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 192 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.12 |
| HSL | 20.63º | 0.34% | 0.82% | - |
| HSV(B) | 20.63º | 0.14% | 0.88% | - |
| XYZ | 61.61 | 62.36 | 58.66 | - |
| YUV | 208.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 192 | 0 | 0.09 | 0.14 | 0.12 | 20.63 | 0.34 | 0.82 |
| Hex | E0 | CB | C0 | 0 | 9 | E | C | 15 | 22 | 52 |
| Octal | 340 | 313 | 300 | 0 | 11 | 16 | 14 | 25 | 42 | 122 |
| Binary | 11100000 | 11001011 | 11000000 | 0 | 1001 | 1110 | 1100 | 10101 | 100010 | 1010010 |
Color Harmonies of #E0CBC0
Complementary color
Monochromatic Colors of #E0CBC0
Black with #E0CBC0
Text Example
Text Example
White with #E0CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBC0; }
p { color: rgb(224,203,192); }
H1.HeaderClassName
{
color: #E0CBC0;
}
.AnyTagClassName
{
color: #E0CBC0;
}
</style>
background-color css
<style>
a { background-color: #E0CBC0; }
a { background-color: rgb(224,203,192); }
div.DivClassName
{
background-color: #E0CBC0;
}
.BgClassName
{
background-color: #E0CBC0;
}
</style>
border-color css
<style>
span { border-color: #E0CBC0; }
span { border-color: rgb(224,203,192); }
td.TdClassName
{
border-color: #E0CBC0;
}
.TagClassName
{
border-color: #E0CBC0;
}
</style>