Shades of Dust Storm #DEC2BB
Tints of Dust Storm #DEC2BB
RGB
CMYK
RGB Variations
Color information
#DEC2BB (or 0xDEC2BB) is known color: Dust Storm. HEX triplet: DE, C2 and BB. RGB value is (222,194,187). Sum of RGB (Red+Green+Blue) = 222+194+187=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2BB is #213D44. Grayscale: #C9C9C9. Windows color (decimal): -2178373 or 12305118. OLE color: 12305118.
HSL color Cylindrical-coordinate representation of color #DEC2BB: hue angle of 12º 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 #DEC2BB is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 187 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.13 |
| HSL | 12º | 0.35% | 0.8% | - |
| HSV(B) | 12º | 0.16% | 0.87% | - |
| XYZ | 58.39 | 57.7 | 55.07 | - |
| YUV | 201.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 187 | 0 | 0.13 | 0.16 | 0.13 | 12 | 0.35 | 0.8 |
| Hex | DE | C2 | BB | 0 | D | 10 | D | C | 23 | 50 |
| Octal | 336 | 302 | 273 | 0 | 15 | 20 | 15 | 14 | 43 | 120 |
| Binary | 11011110 | 11000010 | 10111011 | 0 | 1101 | 10000 | 1101 | 1100 | 100011 | 1010000 |
Color Harmonies of #DEC2BB
Complementary color
Monochromatic Colors of #DEC2BB
Black with #DEC2BB
Text Example
Text Example
White with #DEC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2BB; }
p { color: rgb(222,194,187); }
H1.HeaderClassName
{
color: #DEC2BB;
}
.AnyTagClassName
{
color: #DEC2BB;
}
</style>
background-color css
<style>
a { background-color: #DEC2BB; }
a { background-color: rgb(222,194,187); }
div.DivClassName
{
background-color: #DEC2BB;
}
.BgClassName
{
background-color: #DEC2BB;
}
</style>
border-color css
<style>
span { border-color: #DEC2BB; }
span { border-color: rgb(222,194,187); }
td.TdClassName
{
border-color: #DEC2BB;
}
.TagClassName
{
border-color: #DEC2BB;
}
</style>