Shades of Gallery #DFD7CF
Tints of Gallery #DFD7CF
RGB
CMYK
RGB Variations
Color information
#DFD7CF (or 0xDFD7CF) is known color: Gallery. HEX triplet: DF, D7 and CF. RGB value is (223,215,207). Sum of RGB (Red+Green+Blue) = 223+215+207=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CF is #202830. Grayscale: #D8D8D8. Windows color (decimal): -2107441 or 13621215. OLE color: 13621215.
HSL color Cylindrical-coordinate representation of color #DFD7CF: hue angle of 30º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD7CF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 207 | - |
CMYK | 0 | 0.04 | 0.07 | 0.13 |
HSL | 30º | 0.2% | 0.84% | - |
HSV(B) | 30º | 0.07% | 0.87% | - |
XYZ | 65.99 | 68.79 | 68.83 | - |
YUV | 216.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 207 | 0 | 0.04 | 0.07 | 0.13 | 30 | 0.2 | 0.84 |
Hex | DF | D7 | CF | 0 | 4 | 7 | D | 1E | 14 | 54 |
Octal | 337 | 327 | 317 | 0 | 4 | 7 | 15 | 36 | 24 | 124 |
Binary | 11011111 | 11010111 | 11001111 | 0 | 100 | 111 | 1101 | 11110 | 10100 | 1010100 |
Color Harmonies of #DFD7CF
Complementary color
Monochromatic Colors of #DFD7CF
Black with #DFD7CF
Text Example
Text Example
White with #DFD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7CF; }
p { color: rgb(223,215,207); }
H1.HeaderClassName
{
color: #DFD7CF;
}
.AnyTagClassName
{
color: #DFD7CF;
}
</style>
background-color css
<style>
a { background-color: #DFD7CF; }
a { background-color: rgb(223,215,207); }
div.DivClassName
{
background-color: #DFD7CF;
}
.BgClassName
{
background-color: #DFD7CF;
}
</style>
border-color css
<style>
span { border-color: #DFD7CF; }
span { border-color: rgb(223,215,207); }
td.TdClassName
{
border-color: #DFD7CF;
}
.TagClassName
{
border-color: #DFD7CF;
}
</style>