Shades of Dust Storm #DEC6BA
Tints of Dust Storm #DEC6BA
RGB
CMYK
RGB Variations
Color information
#DEC6BA (or 0xDEC6BA) is known color: Dust Storm. HEX triplet: DE, C6 and BA. RGB value is (222,198,186). Sum of RGB (Red+Green+Blue) = 222+198+186=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6BA is #213945. Grayscale: #CBCBCB. Windows color (decimal): -2177350 or 12240606. OLE color: 12240606.
HSL color Cylindrical-coordinate representation of color #DEC6BA: hue angle of 20º 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 #DEC6BA is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 186 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.13 |
| HSL | 20º | 0.35% | 0.8% | - |
| HSV(B) | 20º | 0.16% | 0.87% | - |
| XYZ | 59.18 | 59.46 | 54.81 | - |
| YUV | 203.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 186 | 0 | 0.11 | 0.16 | 0.13 | 20 | 0.35 | 0.8 |
| Hex | DE | C6 | BA | 0 | B | 10 | D | 14 | 23 | 50 |
| Octal | 336 | 306 | 272 | 0 | 13 | 20 | 15 | 24 | 43 | 120 |
| Binary | 11011110 | 11000110 | 10111010 | 0 | 1011 | 10000 | 1101 | 10100 | 100011 | 1010000 |
Color Harmonies of #DEC6BA
Complementary color
Monochromatic Colors of #DEC6BA
Black with #DEC6BA
Text Example
Text Example
White with #DEC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6BA; }
p { color: rgb(222,198,186); }
H1.HeaderClassName
{
color: #DEC6BA;
}
.AnyTagClassName
{
color: #DEC6BA;
}
</style>
background-color css
<style>
a { background-color: #DEC6BA; }
a { background-color: rgb(222,198,186); }
div.DivClassName
{
background-color: #DEC6BA;
}
.BgClassName
{
background-color: #DEC6BA;
}
</style>
border-color css
<style>
span { border-color: #DEC6BA; }
span { border-color: rgb(222,198,186); }
td.TdClassName
{
border-color: #DEC6BA;
}
.TagClassName
{
border-color: #DEC6BA;
}
</style>