Shades of Dust Storm #DEC9BB
Tints of Dust Storm #DEC9BB
RGB
CMYK
RGB Variations
Color information
#DEC9BB (or 0xDEC9BB) is known color: Dust Storm. HEX triplet: DE, C9 and BB. RGB value is (222,201,187). Sum of RGB (Red+Green+Blue) = 222+201+187=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9BB is #213644. Grayscale: #CDCDCD. Windows color (decimal): -2176581 or 12306910. OLE color: 12306910.
HSL color Cylindrical-coordinate representation of color #DEC9BB: hue angle of 24º 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 #DEC9BB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 187 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.13 |
| HSL | 24º | 0.35% | 0.8% | - |
| HSV(B) | 24º | 0.16% | 0.87% | - |
| XYZ | 59.98 | 60.89 | 55.61 | - |
| YUV | 205.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 187 | 0 | 0.09 | 0.16 | 0.13 | 24 | 0.35 | 0.8 |
| Hex | DE | C9 | BB | 0 | 9 | 10 | D | 18 | 23 | 50 |
| Octal | 336 | 311 | 273 | 0 | 11 | 20 | 15 | 30 | 43 | 120 |
| Binary | 11011110 | 11001001 | 10111011 | 0 | 1001 | 10000 | 1101 | 11000 | 100011 | 1010000 |
Color Harmonies of #DEC9BB
Complementary color
Monochromatic Colors of #DEC9BB
Black with #DEC9BB
Text Example
Text Example
White with #DEC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9BB; }
p { color: rgb(222,201,187); }
H1.HeaderClassName
{
color: #DEC9BB;
}
.AnyTagClassName
{
color: #DEC9BB;
}
</style>
background-color css
<style>
a { background-color: #DEC9BB; }
a { background-color: rgb(222,201,187); }
div.DivClassName
{
background-color: #DEC9BB;
}
.BgClassName
{
background-color: #DEC9BB;
}
</style>
border-color css
<style>
span { border-color: #DEC9BB; }
span { border-color: rgb(222,201,187); }
td.TdClassName
{
border-color: #DEC9BB;
}
.TagClassName
{
border-color: #DEC9BB;
}
</style>