Shades of Dust Storm #DEC2BA
Tints of Dust Storm #DEC2BA
RGB
CMYK
RGB Variations
Color information
#DEC2BA (or 0xDEC2BA) is known color: Dust Storm. HEX triplet: DE, C2 and BA. RGB value is (222,194,186). Sum of RGB (Red+Green+Blue) = 222+194+186=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2BA is #213D45. Grayscale: #C9C9C9. Windows color (decimal): -2178374 or 12239582. OLE color: 12239582.
HSL color Cylindrical-coordinate representation of color #DEC2BA: hue angle of 13.33º 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 #DEC2BA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 186 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.13 |
| HSL | 13.33º | 0.35% | 0.8% | - |
| HSV(B) | 13.33º | 0.16% | 0.87% | - |
| XYZ | 58.28 | 57.66 | 54.51 | - |
| YUV | 201.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 186 | 0 | 0.13 | 0.16 | 0.13 | 13.33 | 0.35 | 0.8 |
| Hex | DE | C2 | BA | 0 | D | 10 | D | D | 23 | 50 |
| Octal | 336 | 302 | 272 | 0 | 15 | 20 | 15 | 15 | 43 | 120 |
| Binary | 11011110 | 11000010 | 10111010 | 0 | 1101 | 10000 | 1101 | 1101 | 100011 | 1010000 |
Color Harmonies of #DEC2BA
Complementary color
Monochromatic Colors of #DEC2BA
Black with #DEC2BA
Text Example
Text Example
White with #DEC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2BA; }
p { color: rgb(222,194,186); }
H1.HeaderClassName
{
color: #DEC2BA;
}
.AnyTagClassName
{
color: #DEC2BA;
}
</style>
background-color css
<style>
a { background-color: #DEC2BA; }
a { background-color: rgb(222,194,186); }
div.DivClassName
{
background-color: #DEC2BA;
}
.BgClassName
{
background-color: #DEC2BA;
}
</style>
border-color css
<style>
span { border-color: #DEC2BA; }
span { border-color: rgb(222,194,186); }
td.TdClassName
{
border-color: #DEC2BA;
}
.TagClassName
{
border-color: #DEC2BA;
}
</style>