Shades of Prim #DFD6DB
Tints of Prim #DFD6DB
RGB
CMYK
RGB Variations
Color information
#DFD6DB (or 0xDFD6DB) is known color: Prim. HEX triplet: DF, D6 and DB. RGB value is (223,214,219). Sum of RGB (Red+Green+Blue) = 223+214+219=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DB is #202924. Grayscale: #D9D9D9. Windows color (decimal): -2107685 or 14407391. OLE color: 14407391.
HSL color Cylindrical-coordinate representation of color #DFD6DB: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD6DB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 219 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.13 |
| HSL | 326.67º | 0.12% | 0.86% | - |
| HSV(B) | 326.67º | 0.04% | 0.87% | - |
| XYZ | 67.26 | 68.9 | 76.77 | - |
| YUV | 217.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 219 | 0 | 0.04 | 0.02 | 0.13 | 326.67 | 0.12 | 0.86 |
| Hex | DF | D6 | DB | 0 | 4 | 2 | D | 147 | C | 56 |
| Octal | 337 | 326 | 333 | 0 | 4 | 2 | 15 | 507 | 14 | 126 |
| Binary | 11011111 | 11010110 | 11011011 | 0 | 100 | 10 | 1101 | 101000111 | 1100 | 1010110 |
Color Harmonies of #DFD6DB
Complementary color
Monochromatic Colors of #DFD6DB
Black with #DFD6DB
Text Example
Text Example
White with #DFD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6DB; }
p { color: rgb(223,214,219); }
H1.HeaderClassName
{
color: #DFD6DB;
}
.AnyTagClassName
{
color: #DFD6DB;
}
</style>
background-color css
<style>
a { background-color: #DFD6DB; }
a { background-color: rgb(223,214,219); }
div.DivClassName
{
background-color: #DFD6DB;
}
.BgClassName
{
background-color: #DFD6DB;
}
</style>
border-color css
<style>
span { border-color: #DFD6DB; }
span { border-color: rgb(223,214,219); }
td.TdClassName
{
border-color: #DFD6DB;
}
.TagClassName
{
border-color: #DFD6DB;
}
</style>