Shades of Dust Storm #DECCC5
Tints of Dust Storm #DECCC5
RGB
CMYK
RGB Variations
Color information
#DECCC5 (or 0xDECCC5) is known color: Dust Storm. HEX triplet: DE, CC and C5. RGB value is (222,204,197). Sum of RGB (Red+Green+Blue) = 222+204+197=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC5 is #21333A. Grayscale: #D0D0D0. Windows color (decimal): -2175803 or 12963038. OLE color: 12963038.
HSL color Cylindrical-coordinate representation of color #DECCC5: hue angle of 16.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECCC5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 197 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.13 |
| HSL | 16.8º | 0.27% | 0.82% | - |
| HSV(B) | 16.8º | 0.11% | 0.87% | - |
| XYZ | 61.8 | 62.75 | 61.68 | - |
| YUV | 208.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 197 | 0 | 0.08 | 0.11 | 0.13 | 16.8 | 0.27 | 0.82 |
| Hex | DE | CC | C5 | 0 | 8 | B | D | 11 | 1B | 52 |
| Octal | 336 | 314 | 305 | 0 | 10 | 13 | 15 | 21 | 33 | 122 |
| Binary | 11011110 | 11001100 | 11000101 | 0 | 1000 | 1011 | 1101 | 10001 | 11011 | 1010010 |
Color Harmonies of #DECCC5
Complementary color
Monochromatic Colors of #DECCC5
Black with #DECCC5
Text Example
Text Example
White with #DECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCC5; }
p { color: rgb(222,204,197); }
H1.HeaderClassName
{
color: #DECCC5;
}
.AnyTagClassName
{
color: #DECCC5;
}
</style>
background-color css
<style>
a { background-color: #DECCC5; }
a { background-color: rgb(222,204,197); }
div.DivClassName
{
background-color: #DECCC5;
}
.BgClassName
{
background-color: #DECCC5;
}
</style>
border-color css
<style>
span { border-color: #DECCC5; }
span { border-color: rgb(222,204,197); }
td.TdClassName
{
border-color: #DECCC5;
}
.TagClassName
{
border-color: #DECCC5;
}
</style>