Shades of Prim #DFC7D1
Tints of Prim #DFC7D1
RGB
CMYK
RGB Variations
Color information
#DFC7D1 (or 0xDFC7D1) is known color: Prim. HEX triplet: DF, C7 and D1. RGB value is (223,199,209). Sum of RGB (Red+Green+Blue) = 223+199+209=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7D1 is #20382E. Grayscale: #CFCFCF. Windows color (decimal): -2111535 or 13748191. OLE color: 13748191.
HSL color Cylindrical-coordinate representation of color #DFC7D1: hue angle of 335º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC7D1 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 209 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.13 |
| HSL | 335º | 0.27% | 0.83% | - |
| HSV(B) | 335º | 0.11% | 0.87% | - |
| XYZ | 62.36 | 61.14 | 68.84 | - |
| YUV | 207.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 209 | 0 | 0.11 | 0.06 | 0.13 | 335 | 0.27 | 0.83 |
| Hex | DF | C7 | D1 | 0 | B | 6 | D | 14F | 1B | 53 |
| Octal | 337 | 307 | 321 | 0 | 13 | 6 | 15 | 517 | 33 | 123 |
| Binary | 11011111 | 11000111 | 11010001 | 0 | 1011 | 110 | 1101 | 101001111 | 11011 | 1010011 |
Color Harmonies of #DFC7D1
Complementary color
Monochromatic Colors of #DFC7D1
Black with #DFC7D1
Text Example
Text Example
White with #DFC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7D1; }
p { color: rgb(223,199,209); }
H1.HeaderClassName
{
color: #DFC7D1;
}
.AnyTagClassName
{
color: #DFC7D1;
}
</style>
background-color css
<style>
a { background-color: #DFC7D1; }
a { background-color: rgb(223,199,209); }
div.DivClassName
{
background-color: #DFC7D1;
}
.BgClassName
{
background-color: #DFC7D1;
}
</style>
border-color css
<style>
span { border-color: #DFC7D1; }
span { border-color: rgb(223,199,209); }
td.TdClassName
{
border-color: #DFC7D1;
}
.TagClassName
{
border-color: #DFC7D1;
}
</style>