Shades of Dust Storm #DEC9C0
Tints of Dust Storm #DEC9C0
RGB
CMYK
RGB Variations
Color information
#DEC9C0 (or 0xDEC9C0) is known color: Dust Storm. HEX triplet: DE, C9 and C0. RGB value is (222,201,192). Sum of RGB (Red+Green+Blue) = 222+201+192=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C0 is #21363F. Grayscale: #CECECE. Windows color (decimal): -2176576 or 12634590. OLE color: 12634590.
HSL color Cylindrical-coordinate representation of color #DEC9C0: hue angle of 18º degrees, saturation: 0.31, 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 #DEC9C0 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 192 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.13 |
| HSL | 18º | 0.31% | 0.81% | - |
| HSV(B) | 18º | 0.14% | 0.87% | - |
| XYZ | 60.53 | 61.11 | 58.47 | - |
| YUV | 206.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 192 | 0 | 0.09 | 0.14 | 0.13 | 18 | 0.31 | 0.81 |
| Hex | DE | C9 | C0 | 0 | 9 | E | D | 12 | 1F | 51 |
| Octal | 336 | 311 | 300 | 0 | 11 | 16 | 15 | 22 | 37 | 121 |
| Binary | 11011110 | 11001001 | 11000000 | 0 | 1001 | 1110 | 1101 | 10010 | 11111 | 1010001 |
Color Harmonies of #DEC9C0
Complementary color
Monochromatic Colors of #DEC9C0
Black with #DEC9C0
Text Example
Text Example
White with #DEC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9C0; }
p { color: rgb(222,201,192); }
H1.HeaderClassName
{
color: #DEC9C0;
}
.AnyTagClassName
{
color: #DEC9C0;
}
</style>
background-color css
<style>
a { background-color: #DEC9C0; }
a { background-color: rgb(222,201,192); }
div.DivClassName
{
background-color: #DEC9C0;
}
.BgClassName
{
background-color: #DEC9C0;
}
</style>
border-color css
<style>
span { border-color: #DEC9C0; }
span { border-color: rgb(222,201,192); }
td.TdClassName
{
border-color: #DEC9C0;
}
.TagClassName
{
border-color: #DEC9C0;
}
</style>