Shades of Dust Storm #DECCC7
Tints of Dust Storm #DECCC7
RGB
CMYK
RGB Variations
Color information
#DECCC7 (or 0xDECCC7) is known color: Dust Storm. HEX triplet: DE, CC and C7. RGB value is (222,204,199). Sum of RGB (Red+Green+Blue) = 222+204+199=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC7 is #213338. Grayscale: #D0D0D0. Windows color (decimal): -2175801 or 13094110. OLE color: 13094110.
HSL color Cylindrical-coordinate representation of color #DECCC7: hue angle of 13.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECCC7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 199 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.13 |
| HSL | 13.04º | 0.26% | 0.83% | - |
| HSV(B) | 13.04º | 0.1% | 0.87% | - |
| XYZ | 62.03 | 62.84 | 62.89 | - |
| YUV | 208.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 199 | 0 | 0.08 | 0.10 | 0.13 | 13.04 | 0.26 | 0.83 |
| Hex | DE | CC | C7 | 0 | 8 | A | D | D | 1A | 53 |
| Octal | 336 | 314 | 307 | 0 | 10 | 12 | 15 | 15 | 32 | 123 |
| Binary | 11011110 | 11001100 | 11000111 | 0 | 1000 | 1010 | 1101 | 1101 | 11010 | 1010011 |
Color Harmonies of #DECCC7
Complementary color
Monochromatic Colors of #DECCC7
Black with #DECCC7
Text Example
Text Example
White with #DECCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCC7; }
p { color: rgb(222,204,199); }
H1.HeaderClassName
{
color: #DECCC7;
}
.AnyTagClassName
{
color: #DECCC7;
}
</style>
background-color css
<style>
a { background-color: #DECCC7; }
a { background-color: rgb(222,204,199); }
div.DivClassName
{
background-color: #DECCC7;
}
.BgClassName
{
background-color: #DECCC7;
}
</style>
border-color css
<style>
span { border-color: #DECCC7; }
span { border-color: rgb(222,204,199); }
td.TdClassName
{
border-color: #DECCC7;
}
.TagClassName
{
border-color: #DECCC7;
}
</style>