Shades of Gallery #DFD7CE
Tints of Gallery #DFD7CE
RGB
CMYK
RGB Variations
Color information
#DFD7CE (or 0xDFD7CE) is known color: Gallery. HEX triplet: DF, D7 and CE. RGB value is (223,215,206). Sum of RGB (Red+Green+Blue) = 223+215+206=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CE is #202831. Grayscale: #D8D8D8. Windows color (decimal): -2107442 or 13555679. OLE color: 13555679.
HSL color Cylindrical-coordinate representation of color #DFD7CE: hue angle of 31.76º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD7CE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 206 | - |
CMYK | 0 | 0.04 | 0.08 | 0.13 |
HSL | 31.76º | 0.21% | 0.84% | - |
HSV(B) | 31.76º | 0.08% | 0.87% | - |
XYZ | 65.87 | 68.75 | 68.19 | - |
YUV | 216.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 206 | 0 | 0.04 | 0.08 | 0.13 | 31.76 | 0.21 | 0.84 |
Hex | DF | D7 | CE | 0 | 4 | 8 | D | 20 | 15 | 54 |
Octal | 337 | 327 | 316 | 0 | 4 | 10 | 15 | 40 | 25 | 124 |
Binary | 11011111 | 11010111 | 11001110 | 0 | 100 | 1000 | 1101 | 100000 | 10101 | 1010100 |
Color Harmonies of #DFD7CE
Complementary color
Monochromatic Colors of #DFD7CE
Black with #DFD7CE
Text Example
Text Example
White with #DFD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7CE; }
p { color: rgb(223,215,206); }
H1.HeaderClassName
{
color: #DFD7CE;
}
.AnyTagClassName
{
color: #DFD7CE;
}
</style>
background-color css
<style>
a { background-color: #DFD7CE; }
a { background-color: rgb(223,215,206); }
div.DivClassName
{
background-color: #DFD7CE;
}
.BgClassName
{
background-color: #DFD7CE;
}
</style>
border-color css
<style>
span { border-color: #DFD7CE; }
span { border-color: rgb(223,215,206); }
td.TdClassName
{
border-color: #DFD7CE;
}
.TagClassName
{
border-color: #DFD7CE;
}
</style>