Shades of Prim #DFD0D9
Tints of Prim #DFD0D9
RGB
CMYK
RGB Variations
Color information
#DFD0D9 (or 0xDFD0D9) is known color: Prim. HEX triplet: DF, D0 and D9. RGB value is (223,208,217). Sum of RGB (Red+Green+Blue) = 223+208+217=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0D9 is #202F26. Grayscale: #D5D5D5. Windows color (decimal): -2109223 or 14274783. OLE color: 14274783.
HSL color Cylindrical-coordinate representation of color #DFD0D9: hue angle of 324º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0D9 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 208 | 217 | - |
CMYK | 0 | 0.07 | 0.03 | 0.13 |
HSL | 324º | 0.19% | 0.85% | - |
HSV(B) | 324º | 0.07% | 0.87% | - |
XYZ | 65.51 | 65.81 | 74.9 | - |
YUV | 213.51 | 129.97 | 134.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 217 | 0 | 0.07 | 0.03 | 0.13 | 324 | 0.19 | 0.85 |
Hex | DF | D0 | D9 | 0 | 7 | 3 | D | 144 | 13 | 55 |
Octal | 337 | 320 | 331 | 0 | 7 | 3 | 15 | 504 | 23 | 125 |
Binary | 11011111 | 11010000 | 11011001 | 0 | 111 | 11 | 1101 | 101000100 | 10011 | 1010101 |
Color Harmonies of #DFD0D9
Complementary color
Monochromatic Colors of #DFD0D9
Black with #DFD0D9
Text Example
Text Example
White with #DFD0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0D9; }
p { color: rgb(223,208,217); }
H1.HeaderClassName
{
color: #DFD0D9;
}
.AnyTagClassName
{
color: #DFD0D9;
}
</style>
background-color css
<style>
a { background-color: #DFD0D9; }
a { background-color: rgb(223,208,217); }
div.DivClassName
{
background-color: #DFD0D9;
}
.BgClassName
{
background-color: #DFD0D9;
}
</style>
border-color css
<style>
span { border-color: #DFD0D9; }
span { border-color: rgb(223,208,217); }
td.TdClassName
{
border-color: #DFD0D9;
}
.TagClassName
{
border-color: #DFD0D9;
}
</style>