Shades of French Lilac #DFC6D9
Tints of French Lilac #DFC6D9
RGB
CMYK
RGB Variations
Color information
#DFC6D9 (or 0xDFC6D9) is known color: French Lilac. HEX triplet: DF, C6 and D9. RGB value is (223,198,217). Sum of RGB (Red+Green+Blue) = 223+198+217=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6D9 is #203926. Grayscale: #CFCFCF. Windows color (decimal): -2111783 or 14272223. OLE color: 14272223.
HSL color Cylindrical-coordinate representation of color #DFC6D9: hue angle of 314.4º degrees, saturation: 0.28, 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 #DFC6D9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 217 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.13 |
| HSL | 314.4º | 0.28% | 0.83% | - |
| HSV(B) | 314.4º | 0.11% | 0.87% | - |
| XYZ | 63.15 | 61.09 | 74.11 | - |
| YUV | 207.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 217 | 0 | 0.11 | 0.03 | 0.13 | 314.4 | 0.28 | 0.83 |
| Hex | DF | C6 | D9 | 0 | B | 3 | D | 13A | 1C | 53 |
| Octal | 337 | 306 | 331 | 0 | 13 | 3 | 15 | 472 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11011001 | 0 | 1011 | 11 | 1101 | 100111010 | 11100 | 1010011 |
Color Harmonies of #DFC6D9
Complementary color
Monochromatic Colors of #DFC6D9
Black with #DFC6D9
Text Example
Text Example
White with #DFC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6D9; }
p { color: rgb(223,198,217); }
H1.HeaderClassName
{
color: #DFC6D9;
}
.AnyTagClassName
{
color: #DFC6D9;
}
</style>
background-color css
<style>
a { background-color: #DFC6D9; }
a { background-color: rgb(223,198,217); }
div.DivClassName
{
background-color: #DFC6D9;
}
.BgClassName
{
background-color: #DFC6D9;
}
</style>
border-color css
<style>
span { border-color: #DFC6D9; }
span { border-color: rgb(223,198,217); }
td.TdClassName
{
border-color: #DFC6D9;
}
.TagClassName
{
border-color: #DFC6D9;
}
</style>