Shades of Prim #DFD3D9
Tints of Prim #DFD3D9
RGB
CMYK
RGB Variations
Color information
#DFD3D9 (or 0xDFD3D9) is known color: Prim. HEX triplet: DF, D3 and D9. RGB value is (223,211,217). Sum of RGB (Red+Green+Blue) = 223+211+217=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3D9 is #202C26. Grayscale: #D7D7D7. Windows color (decimal): -2108455 or 14275551. OLE color: 14275551.
HSL color Cylindrical-coordinate representation of color #DFD3D9: hue angle of 330º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD3D9 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 211 | 217 | - |
CMYK | 0 | 0.05 | 0.03 | 0.13 |
HSL | 330º | 0.16% | 0.85% | - |
HSV(B) | 330º | 0.05% | 0.87% | - |
XYZ | 66.25 | 67.29 | 75.14 | - |
YUV | 215.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 211 | 217 | 0 | 0.05 | 0.03 | 0.13 | 330 | 0.16 | 0.85 |
Hex | DF | D3 | D9 | 0 | 5 | 3 | D | 14A | 10 | 55 |
Octal | 337 | 323 | 331 | 0 | 5 | 3 | 15 | 512 | 20 | 125 |
Binary | 11011111 | 11010011 | 11011001 | 0 | 101 | 11 | 1101 | 101001010 | 10000 | 1010101 |
Color Harmonies of #DFD3D9
Complementary color
Monochromatic Colors of #DFD3D9
Black with #DFD3D9
Text Example
Text Example
White with #DFD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3D9; }
p { color: rgb(223,211,217); }
H1.HeaderClassName
{
color: #DFD3D9;
}
.AnyTagClassName
{
color: #DFD3D9;
}
</style>
background-color css
<style>
a { background-color: #DFD3D9; }
a { background-color: rgb(223,211,217); }
div.DivClassName
{
background-color: #DFD3D9;
}
.BgClassName
{
background-color: #DFD3D9;
}
</style>
border-color css
<style>
span { border-color: #DFD3D9; }
span { border-color: rgb(223,211,217); }
td.TdClassName
{
border-color: #DFD3D9;
}
.TagClassName
{
border-color: #DFD3D9;
}
</style>