Shades of Dust Storm #DEC4BF
Tints of Dust Storm #DEC4BF
RGB
CMYK
RGB Variations
Color information
#DEC4BF (or 0xDEC4BF) is known color: Dust Storm. HEX triplet: DE, C4 and BF. RGB value is (222,196,191). Sum of RGB (Red+Green+Blue) = 222+196+191=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4BF is #213B40. Grayscale: #CBCBCB. Windows color (decimal): -2177857 or 12567774. OLE color: 12567774.
HSL color Cylindrical-coordinate representation of color #DEC4BF: hue angle of 9.68º 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 #DEC4BF is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 191 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.13 |
| HSL | 9.68º | 0.32% | 0.81% | - |
| HSV(B) | 9.68º | 0.14% | 0.87% | - |
| XYZ | 59.27 | 58.77 | 57.51 | - |
| YUV | 203.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 191 | 0 | 0.12 | 0.14 | 0.13 | 9.68 | 0.32 | 0.81 |
| Hex | DE | C4 | BF | 0 | C | E | D | A | 20 | 51 |
| Octal | 336 | 304 | 277 | 0 | 14 | 16 | 15 | 12 | 40 | 121 |
| Binary | 11011110 | 11000100 | 10111111 | 0 | 1100 | 1110 | 1101 | 1010 | 100000 | 1010001 |
Color Harmonies of #DEC4BF
Complementary color
Monochromatic Colors of #DEC4BF
Black with #DEC4BF
Text Example
Text Example
White with #DEC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4BF; }
p { color: rgb(222,196,191); }
H1.HeaderClassName
{
color: #DEC4BF;
}
.AnyTagClassName
{
color: #DEC4BF;
}
</style>
background-color css
<style>
a { background-color: #DEC4BF; }
a { background-color: rgb(222,196,191); }
div.DivClassName
{
background-color: #DEC4BF;
}
.BgClassName
{
background-color: #DEC4BF;
}
</style>
border-color css
<style>
span { border-color: #DEC4BF; }
span { border-color: rgb(222,196,191); }
td.TdClassName
{
border-color: #DEC4BF;
}
.TagClassName
{
border-color: #DEC4BF;
}
</style>