Shades of Dust Storm #DEC6BE
Tints of Dust Storm #DEC6BE
RGB
CMYK
RGB Variations
Color information
#DEC6BE (or 0xDEC6BE) is known color: Dust Storm. HEX triplet: DE, C6 and BE. RGB value is (222,198,190). Sum of RGB (Red+Green+Blue) = 222+198+190=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6BE is #213941. Grayscale: #CCCCCC. Windows color (decimal): -2177346 or 12502750. OLE color: 12502750.
HSL color Cylindrical-coordinate representation of color #DEC6BE: hue angle of 15º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC6BE is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 190 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.13 |
| HSL | 15º | 0.33% | 0.81% | - |
| HSV(B) | 15º | 0.14% | 0.87% | - |
| XYZ | 59.61 | 59.64 | 57.08 | - |
| YUV | 204.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 190 | 0 | 0.11 | 0.14 | 0.13 | 15 | 0.33 | 0.81 |
| Hex | DE | C6 | BE | 0 | B | E | D | F | 21 | 51 |
| Octal | 336 | 306 | 276 | 0 | 13 | 16 | 15 | 17 | 41 | 121 |
| Binary | 11011110 | 11000110 | 10111110 | 0 | 1011 | 1110 | 1101 | 1111 | 100001 | 1010001 |
Color Harmonies of #DEC6BE
Complementary color
Monochromatic Colors of #DEC6BE
Black with #DEC6BE
Text Example
Text Example
White with #DEC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6BE; }
p { color: rgb(222,198,190); }
H1.HeaderClassName
{
color: #DEC6BE;
}
.AnyTagClassName
{
color: #DEC6BE;
}
</style>
background-color css
<style>
a { background-color: #DEC6BE; }
a { background-color: rgb(222,198,190); }
div.DivClassName
{
background-color: #DEC6BE;
}
.BgClassName
{
background-color: #DEC6BE;
}
</style>
border-color css
<style>
span { border-color: #DEC6BE; }
span { border-color: rgb(222,198,190); }
td.TdClassName
{
border-color: #DEC6BE;
}
.TagClassName
{
border-color: #DEC6BE;
}
</style>