Shades of Dust Storm #DFCCC6
Tints of Dust Storm #DFCCC6
RGB
CMYK
RGB Variations
Color information
#DFCCC6 (or 0xDFCCC6) is known color: Dust Storm. HEX triplet: DF, CC and C6. RGB value is (223,204,198). Sum of RGB (Red+Green+Blue) = 223+204+198=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC6 is #203339. Grayscale: #D1D1D1. Windows color (decimal): -2110266 or 13028575. OLE color: 13028575.
HSL color Cylindrical-coordinate representation of color #DFCCC6: hue angle of 14.4º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCCC6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 198 | - |
CMYK | 0 | 0.09 | 0.11 | 0.13 |
HSL | 14.4º | 0.28% | 0.83% | - |
HSV(B) | 14.4º | 0.11% | 0.87% | - |
XYZ | 62.22 | 62.95 | 62.3 | - |
YUV | 209 | 121.79 | 137.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 198 | 0 | 0.09 | 0.11 | 0.13 | 14.4 | 0.28 | 0.83 |
Hex | DF | CC | C6 | 0 | 9 | B | D | E | 1C | 53 |
Octal | 337 | 314 | 306 | 0 | 11 | 13 | 15 | 16 | 34 | 123 |
Binary | 11011111 | 11001100 | 11000110 | 0 | 1001 | 1011 | 1101 | 1110 | 11100 | 1010011 |
Color Harmonies of #DFCCC6
Complementary color
Monochromatic Colors of #DFCCC6
Black with #DFCCC6
Text Example
Text Example
White with #DFCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCC6; }
p { color: rgb(223,204,198); }
H1.HeaderClassName
{
color: #DFCCC6;
}
.AnyTagClassName
{
color: #DFCCC6;
}
</style>
background-color css
<style>
a { background-color: #DFCCC6; }
a { background-color: rgb(223,204,198); }
div.DivClassName
{
background-color: #DFCCC6;
}
.BgClassName
{
background-color: #DFCCC6;
}
</style>
border-color css
<style>
span { border-color: #DFCCC6; }
span { border-color: rgb(223,204,198); }
td.TdClassName
{
border-color: #DFCCC6;
}
.TagClassName
{
border-color: #DFCCC6;
}
</style>