Shades of Dust Storm #DEC9C4
Tints of Dust Storm #DEC9C4
RGB
CMYK
RGB Variations
Color information
#DEC9C4 (or 0xDEC9C4) is known color: Dust Storm. HEX triplet: DE, C9 and C4. RGB value is (222,201,196). Sum of RGB (Red+Green+Blue) = 222+201+196=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C4 is #21363B. Grayscale: #CECECE. Windows color (decimal): -2176572 or 12896734. OLE color: 12896734.
HSL color Cylindrical-coordinate representation of color #DEC9C4: hue angle of 11.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC9C4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 196 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.13 |
| HSL | 11.54º | 0.28% | 0.82% | - |
| HSV(B) | 11.54º | 0.12% | 0.87% | - |
| XYZ | 60.97 | 61.29 | 60.84 | - |
| YUV | 206.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 196 | 0 | 0.09 | 0.12 | 0.13 | 11.54 | 0.28 | 0.82 |
| Hex | DE | C9 | C4 | 0 | 9 | C | D | C | 1C | 52 |
| Octal | 336 | 311 | 304 | 0 | 11 | 14 | 15 | 14 | 34 | 122 |
| Binary | 11011110 | 11001001 | 11000100 | 0 | 1001 | 1100 | 1101 | 1100 | 11100 | 1010010 |
Color Harmonies of #DEC9C4
Complementary color
Monochromatic Colors of #DEC9C4
Black with #DEC9C4
Text Example
Text Example
White with #DEC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9C4; }
p { color: rgb(222,201,196); }
H1.HeaderClassName
{
color: #DEC9C4;
}
.AnyTagClassName
{
color: #DEC9C4;
}
</style>
background-color css
<style>
a { background-color: #DEC9C4; }
a { background-color: rgb(222,201,196); }
div.DivClassName
{
background-color: #DEC9C4;
}
.BgClassName
{
background-color: #DEC9C4;
}
</style>
border-color css
<style>
span { border-color: #DEC9C4; }
span { border-color: rgb(222,201,196); }
td.TdClassName
{
border-color: #DEC9C4;
}
.TagClassName
{
border-color: #DEC9C4;
}
</style>