Shades of Prim #DFD5D9
Tints of Prim #DFD5D9
RGB
CMYK
RGB Variations
Color information
#DFD5D9 (or 0xDFD5D9) is known color: Prim. HEX triplet: DF, D5 and D9. RGB value is (223,213,217). Sum of RGB (Red+Green+Blue) = 223+213+217=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D9 is #202A26. Grayscale: #D8D8D8. Windows color (decimal): -2107943 or 14276063. OLE color: 14276063.
HSL color Cylindrical-coordinate representation of color #DFD5D9: hue angle of 336º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD5D9 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 217 | - |
CMYK | 0 | 0.04 | 0.03 | 0.13 |
HSL | 336º | 0.14% | 0.85% | - |
HSV(B) | 336º | 0.04% | 0.87% | - |
XYZ | 66.75 | 68.29 | 75.31 | - |
YUV | 216.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 217 | 0 | 0.04 | 0.03 | 0.13 | 336 | 0.14 | 0.85 |
Hex | DF | D5 | D9 | 0 | 4 | 3 | D | 150 | E | 55 |
Octal | 337 | 325 | 331 | 0 | 4 | 3 | 15 | 520 | 16 | 125 |
Binary | 11011111 | 11010101 | 11011001 | 0 | 100 | 11 | 1101 | 101010000 | 1110 | 1010101 |
Color Harmonies of #DFD5D9
Complementary color
Monochromatic Colors of #DFD5D9
Black with #DFD5D9
Text Example
Text Example
White with #DFD5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D9; }
p { color: rgb(223,213,217); }
H1.HeaderClassName
{
color: #DFD5D9;
}
.AnyTagClassName
{
color: #DFD5D9;
}
</style>
background-color css
<style>
a { background-color: #DFD5D9; }
a { background-color: rgb(223,213,217); }
div.DivClassName
{
background-color: #DFD5D9;
}
.BgClassName
{
background-color: #DFD5D9;
}
</style>
border-color css
<style>
span { border-color: #DFD5D9; }
span { border-color: rgb(223,213,217); }
td.TdClassName
{
border-color: #DFD5D9;
}
.TagClassName
{
border-color: #DFD5D9;
}
</style>