Shades of Dust Storm #DEC6C3
Tints of Dust Storm #DEC6C3
RGB
CMYK
RGB Variations
Color information
#DEC6C3 (or 0xDEC6C3) is known color: Dust Storm. HEX triplet: DE, C6 and C3. RGB value is (222,198,195). Sum of RGB (Red+Green+Blue) = 222+198+195=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6C3 is #21393C. Grayscale: #CCCCCC. Windows color (decimal): -2177341 or 12830430. OLE color: 12830430.
HSL color Cylindrical-coordinate representation of color #DEC6C3: hue angle of 6.67º degrees, saturation: 0.29, 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 #DEC6C3 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 195 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.13 |
| HSL | 6.67º | 0.29% | 0.82% | - |
| HSV(B) | 6.67º | 0.12% | 0.87% | - |
| XYZ | 60.17 | 59.86 | 60.01 | - |
| YUV | 204.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 195 | 0 | 0.11 | 0.12 | 0.13 | 6.67 | 0.29 | 0.82 |
| Hex | DE | C6 | C3 | 0 | B | C | D | 7 | 1D | 52 |
| Octal | 336 | 306 | 303 | 0 | 13 | 14 | 15 | 7 | 35 | 122 |
| Binary | 11011110 | 11000110 | 11000011 | 0 | 1011 | 1100 | 1101 | 111 | 11101 | 1010010 |
Color Harmonies of #DEC6C3
Complementary color
Monochromatic Colors of #DEC6C3
Black with #DEC6C3
Text Example
Text Example
White with #DEC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6C3; }
p { color: rgb(222,198,195); }
H1.HeaderClassName
{
color: #DEC6C3;
}
.AnyTagClassName
{
color: #DEC6C3;
}
</style>
background-color css
<style>
a { background-color: #DEC6C3; }
a { background-color: rgb(222,198,195); }
div.DivClassName
{
background-color: #DEC6C3;
}
.BgClassName
{
background-color: #DEC6C3;
}
</style>
border-color css
<style>
span { border-color: #DEC6C3; }
span { border-color: rgb(222,198,195); }
td.TdClassName
{
border-color: #DEC6C3;
}
.TagClassName
{
border-color: #DEC6C3;
}
</style>