Shades of Prim #DFD8DC
Tints of Prim #DFD8DC
RGB
CMYK
RGB Variations
Color information
#DFD8DC (or 0xDFD8DC) is known color: Prim. HEX triplet: DF, D8 and DC. RGB value is (223,216,220). Sum of RGB (Red+Green+Blue) = 223+216+220=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8DC is #202723. Grayscale: #DADADA. Windows color (decimal): -2107172 or 14473439. OLE color: 14473439.
HSL color Cylindrical-coordinate representation of color #DFD8DC: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD8DC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 220 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.13 |
| HSL | 325.71º | 0.1% | 0.86% | - |
| HSV(B) | 325.71º | 0.03% | 0.87% | - |
| XYZ | 67.91 | 69.97 | 77.64 | - |
| YUV | 218.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 220 | 0 | 0.03 | 0.01 | 0.13 | 325.71 | 0.1 | 0.86 |
| Hex | DF | D8 | DC | 0 | 3 | 1 | D | 146 | A | 56 |
| Octal | 337 | 330 | 334 | 0 | 3 | 1 | 15 | 506 | 12 | 126 |
| Binary | 11011111 | 11011000 | 11011100 | 0 | 11 | 1 | 1101 | 101000110 | 1010 | 1010110 |
Color Harmonies of #DFD8DC
Complementary color
Monochromatic Colors of #DFD8DC
Black with #DFD8DC
Text Example
Text Example
White with #DFD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8DC; }
p { color: rgb(223,216,220); }
H1.HeaderClassName
{
color: #DFD8DC;
}
.AnyTagClassName
{
color: #DFD8DC;
}
</style>
background-color css
<style>
a { background-color: #DFD8DC; }
a { background-color: rgb(223,216,220); }
div.DivClassName
{
background-color: #DFD8DC;
}
.BgClassName
{
background-color: #DFD8DC;
}
</style>
border-color css
<style>
span { border-color: #DFD8DC; }
span { border-color: rgb(223,216,220); }
td.TdClassName
{
border-color: #DFD8DC;
}
.TagClassName
{
border-color: #DFD8DC;
}
</style>