Shades of Dust Storm #DEC5BF
Tints of Dust Storm #DEC5BF
RGB
CMYK
RGB Variations
Color information
#DEC5BF (or 0xDEC5BF) is known color: Dust Storm. HEX triplet: DE, C5 and BF. RGB value is (222,197,191). Sum of RGB (Red+Green+Blue) = 222+197+191=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5BF is #213A40. Grayscale: #CBCBCB. Windows color (decimal): -2177601 or 12568030. OLE color: 12568030.
HSL color Cylindrical-coordinate representation of color #DEC5BF: hue angle of 11.61º 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 #DEC5BF is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 191 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.13 |
| HSL | 11.61º | 0.32% | 0.81% | - |
| HSV(B) | 11.61º | 0.14% | 0.87% | - |
| XYZ | 59.49 | 59.22 | 57.59 | - |
| YUV | 203.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 191 | 0 | 0.11 | 0.14 | 0.13 | 11.61 | 0.32 | 0.81 |
| Hex | DE | C5 | BF | 0 | B | E | D | C | 20 | 51 |
| Octal | 336 | 305 | 277 | 0 | 13 | 16 | 15 | 14 | 40 | 121 |
| Binary | 11011110 | 11000101 | 10111111 | 0 | 1011 | 1110 | 1101 | 1100 | 100000 | 1010001 |
Color Harmonies of #DEC5BF
Complementary color
Monochromatic Colors of #DEC5BF
Black with #DEC5BF
Text Example
Text Example
White with #DEC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5BF; }
p { color: rgb(222,197,191); }
H1.HeaderClassName
{
color: #DEC5BF;
}
.AnyTagClassName
{
color: #DEC5BF;
}
</style>
background-color css
<style>
a { background-color: #DEC5BF; }
a { background-color: rgb(222,197,191); }
div.DivClassName
{
background-color: #DEC5BF;
}
.BgClassName
{
background-color: #DEC5BF;
}
</style>
border-color css
<style>
span { border-color: #DEC5BF; }
span { border-color: rgb(222,197,191); }
td.TdClassName
{
border-color: #DEC5BF;
}
.TagClassName
{
border-color: #DEC5BF;
}
</style>