Shades of Dust Storm #E0C7C5
Tints of Dust Storm #E0C7C5
RGB
CMYK
RGB Variations
Color information
#E0C7C5 (or 0xE0C7C5) is known color: Dust Storm. HEX triplet: E0, C7 and C5. RGB value is (224,199,197). Sum of RGB (Red+Green+Blue) = 224+199+197=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7C5 is #1F383A. Grayscale: #CECECE. Windows color (decimal): -2046011 or 12961760. OLE color: 12961760.
HSL color Cylindrical-coordinate representation of color #E0C7C5: hue angle of 4.44º 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 #E0C7C5 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 197 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.12 |
| HSL | 4.44º | 0.3% | 0.83% | - |
| HSV(B) | 4.44º | 0.12% | 0.88% | - |
| XYZ | 61.24 | 60.73 | 61.32 | - |
| YUV | 206.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 197 | 0 | 0.11 | 0.12 | 0.12 | 4.44 | 0.3 | 0.83 |
| Hex | E0 | C7 | C5 | 0 | B | C | C | 4 | 1E | 53 |
| Octal | 340 | 307 | 305 | 0 | 13 | 14 | 14 | 4 | 36 | 123 |
| Binary | 11100000 | 11000111 | 11000101 | 0 | 1011 | 1100 | 1100 | 100 | 11110 | 1010011 |
Color Harmonies of #E0C7C5
Complementary color
Monochromatic Colors of #E0C7C5
Black with #E0C7C5
Text Example
Text Example
White with #E0C7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7C5; }
p { color: rgb(224,199,197); }
H1.HeaderClassName
{
color: #E0C7C5;
}
.AnyTagClassName
{
color: #E0C7C5;
}
</style>
background-color css
<style>
a { background-color: #E0C7C5; }
a { background-color: rgb(224,199,197); }
div.DivClassName
{
background-color: #E0C7C5;
}
.BgClassName
{
background-color: #E0C7C5;
}
</style>
border-color css
<style>
span { border-color: #E0C7C5; }
span { border-color: rgb(224,199,197); }
td.TdClassName
{
border-color: #E0C7C5;
}
.TagClassName
{
border-color: #E0C7C5;
}
</style>