Shades of Dust Storm #DEC6C0
Tints of Dust Storm #DEC6C0
RGB
CMYK
RGB Variations
Color information
#DEC6C0 (or 0xDEC6C0) is known color: Dust Storm. HEX triplet: DE, C6 and C0. RGB value is (222,198,192). Sum of RGB (Red+Green+Blue) = 222+198+192=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6C0 is #21393F. Grayscale: #CCCCCC. Windows color (decimal): -2177344 or 12633822. OLE color: 12633822.
HSL color Cylindrical-coordinate representation of color #DEC6C0: hue angle of 12º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC6C0 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 192 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.13 |
| HSL | 12º | 0.31% | 0.81% | - |
| HSV(B) | 12º | 0.14% | 0.87% | - |
| XYZ | 59.83 | 59.72 | 58.24 | - |
| YUV | 204.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 192 | 0 | 0.11 | 0.14 | 0.13 | 12 | 0.31 | 0.81 |
| Hex | DE | C6 | C0 | 0 | B | E | D | C | 1F | 51 |
| Octal | 336 | 306 | 300 | 0 | 13 | 16 | 15 | 14 | 37 | 121 |
| Binary | 11011110 | 11000110 | 11000000 | 0 | 1011 | 1110 | 1101 | 1100 | 11111 | 1010001 |
Color Harmonies of #DEC6C0
Complementary color
Monochromatic Colors of #DEC6C0
Black with #DEC6C0
Text Example
Text Example
White with #DEC6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6C0; }
p { color: rgb(222,198,192); }
H1.HeaderClassName
{
color: #DEC6C0;
}
.AnyTagClassName
{
color: #DEC6C0;
}
</style>
background-color css
<style>
a { background-color: #DEC6C0; }
a { background-color: rgb(222,198,192); }
div.DivClassName
{
background-color: #DEC6C0;
}
.BgClassName
{
background-color: #DEC6C0;
}
</style>
border-color css
<style>
span { border-color: #DEC6C0; }
span { border-color: rgb(222,198,192); }
td.TdClassName
{
border-color: #DEC6C0;
}
.TagClassName
{
border-color: #DEC6C0;
}
</style>