Shades of Prim #DFD6DA
Tints of Prim #DFD6DA
RGB
CMYK
RGB Variations
Color information
#DFD6DA (or 0xDFD6DA) is known color: Prim. HEX triplet: DF, D6 and DA. RGB value is (223,214,218). Sum of RGB (Red+Green+Blue) = 223+214+218=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DA is #202925. Grayscale: #D9D9D9. Windows color (decimal): -2107686 or 14341855. OLE color: 14341855.
HSL color Cylindrical-coordinate representation of color #DFD6DA: hue angle of 333.33º 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 #DFD6DA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 214 | 218 | - |
CMYK | 0 | 0.04 | 0.02 | 0.13 |
HSL | 333.33º | 0.12% | 0.86% | - |
HSV(B) | 333.33º | 0.04% | 0.87% | - |
XYZ | 67.13 | 68.84 | 76.08 | - |
YUV | 217.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 218 | 0 | 0.04 | 0.02 | 0.13 | 333.33 | 0.12 | 0.86 |
Hex | DF | D6 | DA | 0 | 4 | 2 | D | 14D | C | 56 |
Octal | 337 | 326 | 332 | 0 | 4 | 2 | 15 | 515 | 14 | 126 |
Binary | 11011111 | 11010110 | 11011010 | 0 | 100 | 10 | 1101 | 101001101 | 1100 | 1010110 |
Color Harmonies of #DFD6DA
Complementary color
Monochromatic Colors of #DFD6DA
Black with #DFD6DA
Text Example
Text Example
White with #DFD6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6DA; }
p { color: rgb(223,214,218); }
H1.HeaderClassName
{
color: #DFD6DA;
}
.AnyTagClassName
{
color: #DFD6DA;
}
</style>
background-color css
<style>
a { background-color: #DFD6DA; }
a { background-color: rgb(223,214,218); }
div.DivClassName
{
background-color: #DFD6DA;
}
.BgClassName
{
background-color: #DFD6DA;
}
</style>
border-color css
<style>
span { border-color: #DFD6DA; }
span { border-color: rgb(223,214,218); }
td.TdClassName
{
border-color: #DFD6DA;
}
.TagClassName
{
border-color: #DFD6DA;
}
</style>