Shades of Dust Storm #DEC4BA
Tints of Dust Storm #DEC4BA
RGB
CMYK
RGB Variations
Color information
#DEC4BA (or 0xDEC4BA) is known color: Dust Storm. HEX triplet: DE, C4 and BA. RGB value is (222,196,186). Sum of RGB (Red+Green+Blue) = 222+196+186=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4BA is #213B45. Grayscale: #CACACA. Windows color (decimal): -2177862 or 12240094. OLE color: 12240094.
HSL color Cylindrical-coordinate representation of color #DEC4BA: hue angle of 16.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC4BA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 186 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.13 |
| HSL | 16.67º | 0.35% | 0.8% | - |
| HSV(B) | 16.67º | 0.16% | 0.87% | - |
| XYZ | 58.73 | 58.55 | 54.66 | - |
| YUV | 202.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 186 | 0 | 0.12 | 0.16 | 0.13 | 16.67 | 0.35 | 0.8 |
| Hex | DE | C4 | BA | 0 | C | 10 | D | 11 | 23 | 50 |
| Octal | 336 | 304 | 272 | 0 | 14 | 20 | 15 | 21 | 43 | 120 |
| Binary | 11011110 | 11000100 | 10111010 | 0 | 1100 | 10000 | 1101 | 10001 | 100011 | 1010000 |
Color Harmonies of #DEC4BA
Complementary color
Monochromatic Colors of #DEC4BA
Black with #DEC4BA
Text Example
Text Example
White with #DEC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4BA; }
p { color: rgb(222,196,186); }
H1.HeaderClassName
{
color: #DEC4BA;
}
.AnyTagClassName
{
color: #DEC4BA;
}
</style>
background-color css
<style>
a { background-color: #DEC4BA; }
a { background-color: rgb(222,196,186); }
div.DivClassName
{
background-color: #DEC4BA;
}
.BgClassName
{
background-color: #DEC4BA;
}
</style>
border-color css
<style>
span { border-color: #DEC4BA; }
span { border-color: rgb(222,196,186); }
td.TdClassName
{
border-color: #DEC4BA;
}
.TagClassName
{
border-color: #DEC4BA;
}
</style>