Shades of Dust Storm #DEC9C1
Tints of Dust Storm #DEC9C1
RGB
CMYK
RGB Variations
Color information
#DEC9C1 (or 0xDEC9C1) is known color: Dust Storm. HEX triplet: DE, C9 and C1. RGB value is (222,201,193). Sum of RGB (Red+Green+Blue) = 222+201+193=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C1 is #21363E. Grayscale: #CECECE. Windows color (decimal): -2176575 or 12700126. OLE color: 12700126.
HSL color Cylindrical-coordinate representation of color #DEC9C1: hue angle of 16.55º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC9C1 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 193 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.13 |
| HSL | 16.55º | 0.31% | 0.81% | - |
| HSV(B) | 16.55º | 0.13% | 0.87% | - |
| XYZ | 60.64 | 61.15 | 59.06 | - |
| YUV | 206.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 193 | 0 | 0.09 | 0.13 | 0.13 | 16.55 | 0.31 | 0.81 |
| Hex | DE | C9 | C1 | 0 | 9 | D | D | 11 | 1F | 51 |
| Octal | 336 | 311 | 301 | 0 | 11 | 15 | 15 | 21 | 37 | 121 |
| Binary | 11011110 | 11001001 | 11000001 | 0 | 1001 | 1101 | 1101 | 10001 | 11111 | 1010001 |
Color Harmonies of #DEC9C1
Complementary color
Monochromatic Colors of #DEC9C1
Black with #DEC9C1
Text Example
Text Example
White with #DEC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9C1; }
p { color: rgb(222,201,193); }
H1.HeaderClassName
{
color: #DEC9C1;
}
.AnyTagClassName
{
color: #DEC9C1;
}
</style>
background-color css
<style>
a { background-color: #DEC9C1; }
a { background-color: rgb(222,201,193); }
div.DivClassName
{
background-color: #DEC9C1;
}
.BgClassName
{
background-color: #DEC9C1;
}
</style>
border-color css
<style>
span { border-color: #DEC9C1; }
span { border-color: rgb(222,201,193); }
td.TdClassName
{
border-color: #DEC9C1;
}
.TagClassName
{
border-color: #DEC9C1;
}
</style>