Shades of Gallery #DFD6CD
Tints of Gallery #DFD6CD
RGB
CMYK
RGB Variations
Color information
#DFD6CD (or 0xDFD6CD) is known color: Gallery. HEX triplet: DF, D6 and CD. RGB value is (223,214,205). Sum of RGB (Red+Green+Blue) = 223+214+205=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CD is #202932. Grayscale: #D7D7D7. Windows color (decimal): -2107699 or 13489887. OLE color: 13489887.
HSL color Cylindrical-coordinate representation of color #DFD6CD: hue angle of 30º degrees, saturation: 0.22, 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 #DFD6CD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 214 | 205 | - |
CMYK | 0 | 0.04 | 0.08 | 0.13 |
HSL | 30º | 0.22% | 0.84% | - |
HSV(B) | 30º | 0.08% | 0.87% | - |
XYZ | 65.5 | 68.19 | 67.47 | - |
YUV | 215.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 205 | 0 | 0.04 | 0.08 | 0.13 | 30 | 0.22 | 0.84 |
Hex | DF | D6 | CD | 0 | 4 | 8 | D | 1E | 16 | 54 |
Octal | 337 | 326 | 315 | 0 | 4 | 10 | 15 | 36 | 26 | 124 |
Binary | 11011111 | 11010110 | 11001101 | 0 | 100 | 1000 | 1101 | 11110 | 10110 | 1010100 |
Color Harmonies of #DFD6CD
Complementary color
Monochromatic Colors of #DFD6CD
Black with #DFD6CD
Text Example
Text Example
White with #DFD6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6CD; }
p { color: rgb(223,214,205); }
H1.HeaderClassName
{
color: #DFD6CD;
}
.AnyTagClassName
{
color: #DFD6CD;
}
</style>
background-color css
<style>
a { background-color: #DFD6CD; }
a { background-color: rgb(223,214,205); }
div.DivClassName
{
background-color: #DFD6CD;
}
.BgClassName
{
background-color: #DFD6CD;
}
</style>
border-color css
<style>
span { border-color: #DFD6CD; }
span { border-color: rgb(223,214,205); }
td.TdClassName
{
border-color: #DFD6CD;
}
.TagClassName
{
border-color: #DFD6CD;
}
</style>