Shades of Dust Storm #DEC5BD
Tints of Dust Storm #DEC5BD
RGB
CMYK
RGB Variations
Color information
#DEC5BD (or 0xDEC5BD) is known color: Dust Storm. HEX triplet: DE, C5 and BD. RGB value is (222,197,189). Sum of RGB (Red+Green+Blue) = 222+197+189=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5BD is #213A42. Grayscale: #CBCBCB. Windows color (decimal): -2177603 or 12436958. OLE color: 12436958.
HSL color Cylindrical-coordinate representation of color #DEC5BD: hue angle of 14.55º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC5BD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 189 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.13 |
| HSL | 14.55º | 0.33% | 0.81% | - |
| HSV(B) | 14.55º | 0.15% | 0.87% | - |
| XYZ | 59.28 | 59.14 | 56.43 | - |
| YUV | 203.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 189 | 0 | 0.11 | 0.15 | 0.13 | 14.55 | 0.33 | 0.81 |
| Hex | DE | C5 | BD | 0 | B | F | D | F | 21 | 51 |
| Octal | 336 | 305 | 275 | 0 | 13 | 17 | 15 | 17 | 41 | 121 |
| Binary | 11011110 | 11000101 | 10111101 | 0 | 1011 | 1111 | 1101 | 1111 | 100001 | 1010001 |
Color Harmonies of #DEC5BD
Complementary color
Monochromatic Colors of #DEC5BD
Black with #DEC5BD
Text Example
Text Example
White with #DEC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5BD; }
p { color: rgb(222,197,189); }
H1.HeaderClassName
{
color: #DEC5BD;
}
.AnyTagClassName
{
color: #DEC5BD;
}
</style>
background-color css
<style>
a { background-color: #DEC5BD; }
a { background-color: rgb(222,197,189); }
div.DivClassName
{
background-color: #DEC5BD;
}
.BgClassName
{
background-color: #DEC5BD;
}
</style>
border-color css
<style>
span { border-color: #DEC5BD; }
span { border-color: rgb(222,197,189); }
td.TdClassName
{
border-color: #DEC5BD;
}
.TagClassName
{
border-color: #DEC5BD;
}
</style>