Shades of Gallery #DFD6CC
Tints of Gallery #DFD6CC
RGB
CMYK
RGB Variations
Color information
#DFD6CC (or 0xDFD6CC) is known color: Gallery. HEX triplet: DF, D6 and CC. RGB value is (223,214,204). Sum of RGB (Red+Green+Blue) = 223+214+204=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CC is #202933. Grayscale: #D7D7D7. Windows color (decimal): -2107700 or 13424351. OLE color: 13424351.
HSL color Cylindrical-coordinate representation of color #DFD6CC: hue angle of 31.58º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD6CC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 204 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 31.58º | 0.23% | 0.84% | - |
| HSV(B) | 31.58º | 0.09% | 0.87% | - |
| XYZ | 65.38 | 68.14 | 66.83 | - |
| YUV | 215.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 204 | 0 | 0.04 | 0.09 | 0.13 | 31.58 | 0.23 | 0.84 |
| Hex | DF | D6 | CC | 0 | 4 | 9 | D | 20 | 17 | 54 |
| Octal | 337 | 326 | 314 | 0 | 4 | 11 | 15 | 40 | 27 | 124 |
| Binary | 11011111 | 11010110 | 11001100 | 0 | 100 | 1001 | 1101 | 100000 | 10111 | 1010100 |
Color Harmonies of #DFD6CC
Complementary color
Monochromatic Colors of #DFD6CC
Black with #DFD6CC
Text Example
Text Example
White with #DFD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6CC; }
p { color: rgb(223,214,204); }
H1.HeaderClassName
{
color: #DFD6CC;
}
.AnyTagClassName
{
color: #DFD6CC;
}
</style>
background-color css
<style>
a { background-color: #DFD6CC; }
a { background-color: rgb(223,214,204); }
div.DivClassName
{
background-color: #DFD6CC;
}
.BgClassName
{
background-color: #DFD6CC;
}
</style>
border-color css
<style>
span { border-color: #DFD6CC; }
span { border-color: rgb(223,214,204); }
td.TdClassName
{
border-color: #DFD6CC;
}
.TagClassName
{
border-color: #DFD6CC;
}
</style>