Shades of Gallery #DFD8CE
Tints of Gallery #DFD8CE
RGB
CMYK
RGB Variations
Color information
#DFD8CE (or 0xDFD8CE) is known color: Gallery. HEX triplet: DF, D8 and CE. RGB value is (223,216,206). Sum of RGB (Red+Green+Blue) = 223+216+206=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8CE is #202731. Grayscale: #D8D8D8. Windows color (decimal): -2107186 or 13555935. OLE color: 13555935.
HSL color Cylindrical-coordinate representation of color #DFD8CE: hue angle of 35.29º 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 #DFD8CE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 206 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.13 |
| HSL | 35.29º | 0.21% | 0.84% | - |
| HSV(B) | 35.29º | 0.08% | 0.87% | - |
| XYZ | 66.13 | 69.26 | 68.27 | - |
| YUV | 216.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 206 | 0 | 0.03 | 0.08 | 0.13 | 35.29 | 0.21 | 0.84 |
| Hex | DF | D8 | CE | 0 | 3 | 8 | D | 23 | 15 | 54 |
| Octal | 337 | 330 | 316 | 0 | 3 | 10 | 15 | 43 | 25 | 124 |
| Binary | 11011111 | 11011000 | 11001110 | 0 | 11 | 1000 | 1101 | 100011 | 10101 | 1010100 |
Color Harmonies of #DFD8CE
Complementary color
Monochromatic Colors of #DFD8CE
Black with #DFD8CE
Text Example
Text Example
White with #DFD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8CE; }
p { color: rgb(223,216,206); }
H1.HeaderClassName
{
color: #DFD8CE;
}
.AnyTagClassName
{
color: #DFD8CE;
}
</style>
background-color css
<style>
a { background-color: #DFD8CE; }
a { background-color: rgb(223,216,206); }
div.DivClassName
{
background-color: #DFD8CE;
}
.BgClassName
{
background-color: #DFD8CE;
}
</style>
border-color css
<style>
span { border-color: #DFD8CE; }
span { border-color: rgb(223,216,206); }
td.TdClassName
{
border-color: #DFD8CE;
}
.TagClassName
{
border-color: #DFD8CE;
}
</style>