Shades of Dust Storm #DFCCC2
Tints of Dust Storm #DFCCC2
RGB
CMYK
RGB Variations
Color information
#DFCCC2 (or 0xDFCCC2) is known color: Dust Storm. HEX triplet: DF, CC and C2. RGB value is (223,204,194). Sum of RGB (Red+Green+Blue) = 223+204+194=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC2 is #20333D. Grayscale: #D0D0D0. Windows color (decimal): -2110270 or 12766431. OLE color: 12766431.
HSL color Cylindrical-coordinate representation of color #DFCCC2: hue angle of 20.69º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCCC2 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 194 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.13 |
| HSL | 20.69º | 0.31% | 0.82% | - |
| HSV(B) | 20.69º | 0.13% | 0.87% | - |
| XYZ | 61.76 | 62.77 | 59.9 | - |
| YUV | 208.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 194 | 0 | 0.09 | 0.13 | 0.13 | 20.69 | 0.31 | 0.82 |
| Hex | DF | CC | C2 | 0 | 9 | D | D | 15 | 1F | 52 |
| Octal | 337 | 314 | 302 | 0 | 11 | 15 | 15 | 25 | 37 | 122 |
| Binary | 11011111 | 11001100 | 11000010 | 0 | 1001 | 1101 | 1101 | 10101 | 11111 | 1010010 |
Color Harmonies of #DFCCC2
Complementary color
Monochromatic Colors of #DFCCC2
Black with #DFCCC2
Text Example
Text Example
White with #DFCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCC2; }
p { color: rgb(223,204,194); }
H1.HeaderClassName
{
color: #DFCCC2;
}
.AnyTagClassName
{
color: #DFCCC2;
}
</style>
background-color css
<style>
a { background-color: #DFCCC2; }
a { background-color: rgb(223,204,194); }
div.DivClassName
{
background-color: #DFCCC2;
}
.BgClassName
{
background-color: #DFCCC2;
}
</style>
border-color css
<style>
span { border-color: #DFCCC2; }
span { border-color: rgb(223,204,194); }
td.TdClassName
{
border-color: #DFCCC2;
}
.TagClassName
{
border-color: #DFCCC2;
}
</style>