Shades of Dust Storm #E0CBC5
Tints of Dust Storm #E0CBC5
RGB
CMYK
RGB Variations
Color information
#E0CBC5 (or 0xE0CBC5) is known color: Dust Storm. HEX triplet: E0, CB and C5. RGB value is (224,203,197). Sum of RGB (Red+Green+Blue) = 224+203+197=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBC5 is #1F343A. Grayscale: #D0D0D0. Windows color (decimal): -2044987 or 12962784. OLE color: 12962784.
HSL color Cylindrical-coordinate representation of color #E0CBC5: hue angle of 13.33º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CBC5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 197 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.12 |
| HSL | 13.33º | 0.3% | 0.83% | - |
| HSV(B) | 13.33º | 0.12% | 0.88% | - |
| XYZ | 62.17 | 62.59 | 61.63 | - |
| YUV | 208.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 197 | 0 | 0.09 | 0.12 | 0.12 | 13.33 | 0.3 | 0.83 |
| Hex | E0 | CB | C5 | 0 | 9 | C | C | D | 1E | 53 |
| Octal | 340 | 313 | 305 | 0 | 11 | 14 | 14 | 15 | 36 | 123 |
| Binary | 11100000 | 11001011 | 11000101 | 0 | 1001 | 1100 | 1100 | 1101 | 11110 | 1010011 |
Color Harmonies of #E0CBC5
Complementary color
Monochromatic Colors of #E0CBC5
Black with #E0CBC5
Text Example
Text Example
White with #E0CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBC5; }
p { color: rgb(224,203,197); }
H1.HeaderClassName
{
color: #E0CBC5;
}
.AnyTagClassName
{
color: #E0CBC5;
}
</style>
background-color css
<style>
a { background-color: #E0CBC5; }
a { background-color: rgb(224,203,197); }
div.DivClassName
{
background-color: #E0CBC5;
}
.BgClassName
{
background-color: #E0CBC5;
}
</style>
border-color css
<style>
span { border-color: #E0CBC5; }
span { border-color: rgb(224,203,197); }
td.TdClassName
{
border-color: #E0CBC5;
}
.TagClassName
{
border-color: #E0CBC5;
}
</style>