Shades of Dust Storm #DEC4BB
Tints of Dust Storm #DEC4BB
RGB
CMYK
RGB Variations
Color information
#DEC4BB (or 0xDEC4BB) is known color: Dust Storm. HEX triplet: DE, C4 and BB. RGB value is (222,196,187). Sum of RGB (Red+Green+Blue) = 222+196+187=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4BB is #213B44. Grayscale: #CACACA. Windows color (decimal): -2177861 or 12305630. OLE color: 12305630.
HSL color Cylindrical-coordinate representation of color #DEC4BB: hue angle of 15.43º 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 #DEC4BB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 187 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.13 |
| HSL | 15.43º | 0.35% | 0.8% | - |
| HSV(B) | 15.43º | 0.16% | 0.87% | - |
| XYZ | 58.83 | 58.6 | 55.22 | - |
| YUV | 202.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 187 | 0 | 0.12 | 0.16 | 0.13 | 15.43 | 0.35 | 0.8 |
| Hex | DE | C4 | BB | 0 | C | 10 | D | F | 23 | 50 |
| Octal | 336 | 304 | 273 | 0 | 14 | 20 | 15 | 17 | 43 | 120 |
| Binary | 11011110 | 11000100 | 10111011 | 0 | 1100 | 10000 | 1101 | 1111 | 100011 | 1010000 |
Color Harmonies of #DEC4BB
Complementary color
Monochromatic Colors of #DEC4BB
Black with #DEC4BB
Text Example
Text Example
White with #DEC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4BB; }
p { color: rgb(222,196,187); }
H1.HeaderClassName
{
color: #DEC4BB;
}
.AnyTagClassName
{
color: #DEC4BB;
}
</style>
background-color css
<style>
a { background-color: #DEC4BB; }
a { background-color: rgb(222,196,187); }
div.DivClassName
{
background-color: #DEC4BB;
}
.BgClassName
{
background-color: #DEC4BB;
}
</style>
border-color css
<style>
span { border-color: #DEC4BB; }
span { border-color: rgb(222,196,187); }
td.TdClassName
{
border-color: #DEC4BB;
}
.TagClassName
{
border-color: #DEC4BB;
}
</style>