Shades of Gallery #DFD6CB
Tints of Gallery #DFD6CB
RGB
CMYK
RGB Variations
Color information
#DFD6CB (or 0xDFD6CB) is known color: Gallery. HEX triplet: DF, D6 and CB. RGB value is (223,214,203). Sum of RGB (Red+Green+Blue) = 223+214+203=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CB is #202934. Grayscale: #D7D7D7. Windows color (decimal): -2107701 or 13358815. OLE color: 13358815.
HSL color Cylindrical-coordinate representation of color #DFD6CB: hue angle of 33º degrees, saturation: 0.24, 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 #DFD6CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 203 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 33º | 0.24% | 0.84% | - |
| HSV(B) | 33º | 0.09% | 0.87% | - |
| XYZ | 65.26 | 68.09 | 66.2 | - |
| YUV | 215.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 203 | 0 | 0.04 | 0.09 | 0.13 | 33 | 0.24 | 0.84 |
| Hex | DF | D6 | CB | 0 | 4 | 9 | D | 21 | 18 | 54 |
| Octal | 337 | 326 | 313 | 0 | 4 | 11 | 15 | 41 | 30 | 124 |
| Binary | 11011111 | 11010110 | 11001011 | 0 | 100 | 1001 | 1101 | 100001 | 11000 | 1010100 |
Color Harmonies of #DFD6CB
Complementary color
Monochromatic Colors of #DFD6CB
Black with #DFD6CB
Text Example
Text Example
White with #DFD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6CB; }
p { color: rgb(223,214,203); }
H1.HeaderClassName
{
color: #DFD6CB;
}
.AnyTagClassName
{
color: #DFD6CB;
}
</style>
background-color css
<style>
a { background-color: #DFD6CB; }
a { background-color: rgb(223,214,203); }
div.DivClassName
{
background-color: #DFD6CB;
}
.BgClassName
{
background-color: #DFD6CB;
}
</style>
border-color css
<style>
span { border-color: #DFD6CB; }
span { border-color: rgb(223,214,203); }
td.TdClassName
{
border-color: #DFD6CB;
}
.TagClassName
{
border-color: #DFD6CB;
}
</style>