Shades of Dust Storm #DEC9BF
Tints of Dust Storm #DEC9BF
RGB
CMYK
RGB Variations
Color information
#DEC9BF (or 0xDEC9BF) is known color: Dust Storm. HEX triplet: DE, C9 and BF. RGB value is (222,201,191). Sum of RGB (Red+Green+Blue) = 222+201+191=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9BF is #213640. Grayscale: #CECECE. Windows color (decimal): -2176577 or 12569054. OLE color: 12569054.
HSL color Cylindrical-coordinate representation of color #DEC9BF: hue angle of 19.35º degrees, saturation: 0.32, 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 #DEC9BF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 191 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.13 |
| HSL | 19.35º | 0.32% | 0.81% | - |
| HSV(B) | 19.35º | 0.14% | 0.87% | - |
| XYZ | 60.41 | 61.06 | 57.89 | - |
| YUV | 206.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 191 | 0 | 0.09 | 0.14 | 0.13 | 19.35 | 0.32 | 0.81 |
| Hex | DE | C9 | BF | 0 | 9 | E | D | 13 | 20 | 51 |
| Octal | 336 | 311 | 277 | 0 | 11 | 16 | 15 | 23 | 40 | 121 |
| Binary | 11011110 | 11001001 | 10111111 | 0 | 1001 | 1110 | 1101 | 10011 | 100000 | 1010001 |
Color Harmonies of #DEC9BF
Complementary color
Monochromatic Colors of #DEC9BF
Black with #DEC9BF
Text Example
Text Example
White with #DEC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9BF; }
p { color: rgb(222,201,191); }
H1.HeaderClassName
{
color: #DEC9BF;
}
.AnyTagClassName
{
color: #DEC9BF;
}
</style>
background-color css
<style>
a { background-color: #DEC9BF; }
a { background-color: rgb(222,201,191); }
div.DivClassName
{
background-color: #DEC9BF;
}
.BgClassName
{
background-color: #DEC9BF;
}
</style>
border-color css
<style>
span { border-color: #DEC9BF; }
span { border-color: rgb(222,201,191); }
td.TdClassName
{
border-color: #DEC9BF;
}
.TagClassName
{
border-color: #DEC9BF;
}
</style>