Shades of Prim #DFD7D9
Tints of Prim #DFD7D9
RGB
CMYK
RGB Variations
Color information
#DFD7D9 (or 0xDFD7D9) is known color: Prim. HEX triplet: DF, D7 and D9. RGB value is (223,215,217). Sum of RGB (Red+Green+Blue) = 223+215+217=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D9 is #202826. Grayscale: #D9D9D9. Windows color (decimal): -2107431 or 14276575. OLE color: 14276575.
HSL color Cylindrical-coordinate representation of color #DFD7D9: hue angle of 345º degrees, saturation: 0.11, 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 #DFD7D9 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 217 | - |
CMYK | 0 | 0.04 | 0.03 | 0.13 |
HSL | 345º | 0.11% | 0.86% | - |
HSV(B) | 345º | 0.04% | 0.87% | - |
XYZ | 67.26 | 69.3 | 75.48 | - |
YUV | 217.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 217 | 0 | 0.04 | 0.03 | 0.13 | 345 | 0.11 | 0.86 |
Hex | DF | D7 | D9 | 0 | 4 | 3 | D | 159 | B | 56 |
Octal | 337 | 327 | 331 | 0 | 4 | 3 | 15 | 531 | 13 | 126 |
Binary | 11011111 | 11010111 | 11011001 | 0 | 100 | 11 | 1101 | 101011001 | 1011 | 1010110 |
Color Harmonies of #DFD7D9
Complementary color
Monochromatic Colors of #DFD7D9
Black with #DFD7D9
Text Example
Text Example
White with #DFD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7D9; }
p { color: rgb(223,215,217); }
H1.HeaderClassName
{
color: #DFD7D9;
}
.AnyTagClassName
{
color: #DFD7D9;
}
</style>
background-color css
<style>
a { background-color: #DFD7D9; }
a { background-color: rgb(223,215,217); }
div.DivClassName
{
background-color: #DFD7D9;
}
.BgClassName
{
background-color: #DFD7D9;
}
</style>
border-color css
<style>
span { border-color: #DFD7D9; }
span { border-color: rgb(223,215,217); }
td.TdClassName
{
border-color: #DFD7D9;
}
.TagClassName
{
border-color: #DFD7D9;
}
</style>