Shades of Dust Storm #DEC9C6
Tints of Dust Storm #DEC9C6
RGB
CMYK
RGB Variations
Color information
#DEC9C6 (or 0xDEC9C6) is known color: Dust Storm. HEX triplet: DE, C9 and C6. RGB value is (222,201,198). Sum of RGB (Red+Green+Blue) = 222+201+198=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C6 is #213639. Grayscale: #CECECE. Windows color (decimal): -2176570 or 13027806. OLE color: 13027806.
HSL color Cylindrical-coordinate representation of color #DEC9C6: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC9C6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 198 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.13 |
| HSL | 7.5º | 0.27% | 0.82% | - |
| HSV(B) | 7.5º | 0.11% | 0.87% | - |
| XYZ | 61.2 | 61.38 | 62.05 | - |
| YUV | 206.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 198 | 0 | 0.09 | 0.11 | 0.13 | 7.5 | 0.27 | 0.82 |
| Hex | DE | C9 | C6 | 0 | 9 | B | D | 8 | 1B | 52 |
| Octal | 336 | 311 | 306 | 0 | 11 | 13 | 15 | 10 | 33 | 122 |
| Binary | 11011110 | 11001001 | 11000110 | 0 | 1001 | 1011 | 1101 | 1000 | 11011 | 1010010 |
Color Harmonies of #DEC9C6
Complementary color
Monochromatic Colors of #DEC9C6
Black with #DEC9C6
Text Example
Text Example
White with #DEC9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9C6; }
p { color: rgb(222,201,198); }
H1.HeaderClassName
{
color: #DEC9C6;
}
.AnyTagClassName
{
color: #DEC9C6;
}
</style>
background-color css
<style>
a { background-color: #DEC9C6; }
a { background-color: rgb(222,201,198); }
div.DivClassName
{
background-color: #DEC9C6;
}
.BgClassName
{
background-color: #DEC9C6;
}
</style>
border-color css
<style>
span { border-color: #DEC9C6; }
span { border-color: rgb(222,201,198); }
td.TdClassName
{
border-color: #DEC9C6;
}
.TagClassName
{
border-color: #DEC9C6;
}
</style>