Shades of Dust Storm #DEC5BB
Tints of Dust Storm #DEC5BB
RGB
CMYK
RGB Variations
Color information
#DEC5BB (or 0xDEC5BB) is known color: Dust Storm. HEX triplet: DE, C5 and BB. RGB value is (222,197,187). Sum of RGB (Red+Green+Blue) = 222+197+187=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5BB is #213A44. Grayscale: #CBCBCB. Windows color (decimal): -2177605 or 12305886. OLE color: 12305886.
HSL color Cylindrical-coordinate representation of color #DEC5BB: hue angle of 17.14º 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 #DEC5BB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 187 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.13 |
| HSL | 17.14º | 0.35% | 0.8% | - |
| HSV(B) | 17.14º | 0.16% | 0.87% | - |
| XYZ | 59.06 | 59.05 | 55.3 | - |
| YUV | 203.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 187 | 0 | 0.11 | 0.16 | 0.13 | 17.14 | 0.35 | 0.8 |
| Hex | DE | C5 | BB | 0 | B | 10 | D | 11 | 23 | 50 |
| Octal | 336 | 305 | 273 | 0 | 13 | 20 | 15 | 21 | 43 | 120 |
| Binary | 11011110 | 11000101 | 10111011 | 0 | 1011 | 10000 | 1101 | 10001 | 100011 | 1010000 |
Color Harmonies of #DEC5BB
Complementary color
Monochromatic Colors of #DEC5BB
Black with #DEC5BB
Text Example
Text Example
White with #DEC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5BB; }
p { color: rgb(222,197,187); }
H1.HeaderClassName
{
color: #DEC5BB;
}
.AnyTagClassName
{
color: #DEC5BB;
}
</style>
background-color css
<style>
a { background-color: #DEC5BB; }
a { background-color: rgb(222,197,187); }
div.DivClassName
{
background-color: #DEC5BB;
}
.BgClassName
{
background-color: #DEC5BB;
}
</style>
border-color css
<style>
span { border-color: #DEC5BB; }
span { border-color: rgb(222,197,187); }
td.TdClassName
{
border-color: #DEC5BB;
}
.TagClassName
{
border-color: #DEC5BB;
}
</style>