Shades of Dust Storm #DEC7BD
Tints of Dust Storm #DEC7BD
RGB
CMYK
RGB Variations
Color information
#DEC7BD (or 0xDEC7BD) is known color: Dust Storm. HEX triplet: DE, C7 and BD. RGB value is (222,199,189). Sum of RGB (Red+Green+Blue) = 222+199+189=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7BD is #213842. Grayscale: #CCCCCC. Windows color (decimal): -2177091 or 12437470. OLE color: 12437470.
HSL color Cylindrical-coordinate representation of color #DEC7BD: hue angle of 18.18º 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 #DEC7BD is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 189 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.13 |
| HSL | 18.18º | 0.33% | 0.81% | - |
| HSV(B) | 18.18º | 0.15% | 0.87% | - |
| XYZ | 59.73 | 60.05 | 56.59 | - |
| YUV | 204.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 189 | 0 | 0.10 | 0.15 | 0.13 | 18.18 | 0.33 | 0.81 |
| Hex | DE | C7 | BD | 0 | A | F | D | 12 | 21 | 51 |
| Octal | 336 | 307 | 275 | 0 | 12 | 17 | 15 | 22 | 41 | 121 |
| Binary | 11011110 | 11000111 | 10111101 | 0 | 1010 | 1111 | 1101 | 10010 | 100001 | 1010001 |
Color Harmonies of #DEC7BD
Complementary color
Monochromatic Colors of #DEC7BD
Black with #DEC7BD
Text Example
Text Example
White with #DEC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7BD; }
p { color: rgb(222,199,189); }
H1.HeaderClassName
{
color: #DEC7BD;
}
.AnyTagClassName
{
color: #DEC7BD;
}
</style>
background-color css
<style>
a { background-color: #DEC7BD; }
a { background-color: rgb(222,199,189); }
div.DivClassName
{
background-color: #DEC7BD;
}
.BgClassName
{
background-color: #DEC7BD;
}
</style>
border-color css
<style>
span { border-color: #DEC7BD; }
span { border-color: rgb(222,199,189); }
td.TdClassName
{
border-color: #DEC7BD;
}
.TagClassName
{
border-color: #DEC7BD;
}
</style>