Shades of Dust Storm #E0CDC4
Tints of Dust Storm #E0CDC4
RGB
CMYK
RGB Variations
Color information
#E0CDC4 (or 0xE0CDC4) is known color: Dust Storm. HEX triplet: E0, CD and C4. RGB value is (224,205,196). Sum of RGB (Red+Green+Blue) = 224+205+196=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDC4 is #1F323B. Grayscale: #D1D1D1. Windows color (decimal): -2044476 or 12897760. OLE color: 12897760.
HSL color Cylindrical-coordinate representation of color #E0CDC4: hue angle of 19.29º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CDC4 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 196 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.12 |
| HSL | 19.29º | 0.31% | 0.82% | - |
| HSV(B) | 19.29º | 0.13% | 0.88% | - |
| XYZ | 62.54 | 63.5 | 61.18 | - |
| YUV | 209.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 196 | 0 | 0.08 | 0.12 | 0.12 | 19.29 | 0.31 | 0.82 |
| Hex | E0 | CD | C4 | 0 | 8 | C | C | 13 | 1F | 52 |
| Octal | 340 | 315 | 304 | 0 | 10 | 14 | 14 | 23 | 37 | 122 |
| Binary | 11100000 | 11001101 | 11000100 | 0 | 1000 | 1100 | 1100 | 10011 | 11111 | 1010010 |
Color Harmonies of #E0CDC4
Complementary color
Monochromatic Colors of #E0CDC4
Black with #E0CDC4
Text Example
Text Example
White with #E0CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDC4; }
p { color: rgb(224,205,196); }
H1.HeaderClassName
{
color: #E0CDC4;
}
.AnyTagClassName
{
color: #E0CDC4;
}
</style>
background-color css
<style>
a { background-color: #E0CDC4; }
a { background-color: rgb(224,205,196); }
div.DivClassName
{
background-color: #E0CDC4;
}
.BgClassName
{
background-color: #E0CDC4;
}
</style>
border-color css
<style>
span { border-color: #E0CDC4; }
span { border-color: rgb(224,205,196); }
td.TdClassName
{
border-color: #E0CDC4;
}
.TagClassName
{
border-color: #E0CDC4;
}
</style>