Shades of Dust Storm #DEC6BB
Tints of Dust Storm #DEC6BB
RGB
CMYK
RGB Variations
Color information
#DEC6BB (or 0xDEC6BB) is known color: Dust Storm. HEX triplet: DE, C6 and BB. RGB value is (222,198,187). Sum of RGB (Red+Green+Blue) = 222+198+187=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6BB is #213944. Grayscale: #CBCBCB. Windows color (decimal): -2177349 or 12306142. OLE color: 12306142.
HSL color Cylindrical-coordinate representation of color #DEC6BB: hue angle of 18.86º 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 #DEC6BB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 187 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.13 |
| HSL | 18.86º | 0.35% | 0.8% | - |
| HSV(B) | 18.86º | 0.16% | 0.87% | - |
| XYZ | 59.29 | 59.51 | 55.37 | - |
| YUV | 203.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 187 | 0 | 0.11 | 0.16 | 0.13 | 18.86 | 0.35 | 0.8 |
| Hex | DE | C6 | BB | 0 | B | 10 | D | 13 | 23 | 50 |
| Octal | 336 | 306 | 273 | 0 | 13 | 20 | 15 | 23 | 43 | 120 |
| Binary | 11011110 | 11000110 | 10111011 | 0 | 1011 | 10000 | 1101 | 10011 | 100011 | 1010000 |
Color Harmonies of #DEC6BB
Complementary color
Monochromatic Colors of #DEC6BB
Black with #DEC6BB
Text Example
Text Example
White with #DEC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6BB; }
p { color: rgb(222,198,187); }
H1.HeaderClassName
{
color: #DEC6BB;
}
.AnyTagClassName
{
color: #DEC6BB;
}
</style>
background-color css
<style>
a { background-color: #DEC6BB; }
a { background-color: rgb(222,198,187); }
div.DivClassName
{
background-color: #DEC6BB;
}
.BgClassName
{
background-color: #DEC6BB;
}
</style>
border-color css
<style>
span { border-color: #DEC6BB; }
span { border-color: rgb(222,198,187); }
td.TdClassName
{
border-color: #DEC6BB;
}
.TagClassName
{
border-color: #DEC6BB;
}
</style>