Shades of Dust Storm #DECCC8
Tints of Dust Storm #DECCC8
RGB
CMYK
RGB Variations
Color information
#DECCC8 (or 0xDECCC8) is known color: Dust Storm. HEX triplet: DE, CC and C8. RGB value is (222,204,200). Sum of RGB (Red+Green+Blue) = 222+204+200=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC8 is #213337. Grayscale: #D0D0D0. Windows color (decimal): -2175800 or 13159646. OLE color: 13159646.
HSL color Cylindrical-coordinate representation of color #DECCC8: hue angle of 10.91º degrees, saturation: 0.25, 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 #DECCC8 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 200 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.13 |
| HSL | 10.91º | 0.25% | 0.83% | - |
| HSV(B) | 10.91º | 0.1% | 0.87% | - |
| XYZ | 62.14 | 62.89 | 63.51 | - |
| YUV | 208.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 200 | 0 | 0.08 | 0.10 | 0.13 | 10.91 | 0.25 | 0.83 |
| Hex | DE | CC | C8 | 0 | 8 | A | D | B | 19 | 53 |
| Octal | 336 | 314 | 310 | 0 | 10 | 12 | 15 | 13 | 31 | 123 |
| Binary | 11011110 | 11001100 | 11001000 | 0 | 1000 | 1010 | 1101 | 1011 | 11001 | 1010011 |
Color Harmonies of #DECCC8
Complementary color
Monochromatic Colors of #DECCC8
Black with #DECCC8
Text Example
Text Example
White with #DECCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCC8; }
p { color: rgb(222,204,200); }
H1.HeaderClassName
{
color: #DECCC8;
}
.AnyTagClassName
{
color: #DECCC8;
}
</style>
background-color css
<style>
a { background-color: #DECCC8; }
a { background-color: rgb(222,204,200); }
div.DivClassName
{
background-color: #DECCC8;
}
.BgClassName
{
background-color: #DECCC8;
}
</style>
border-color css
<style>
span { border-color: #DECCC8; }
span { border-color: rgb(222,204,200); }
td.TdClassName
{
border-color: #DECCC8;
}
.TagClassName
{
border-color: #DECCC8;
}
</style>