Shades of French Lilac #DFA7D1
Tints of French Lilac #DFA7D1
RGB
CMYK
RGB Variations
Color information
#DFA7D1 (or 0xDFA7D1) is known color: French Lilac. HEX triplet: DF, A7 and D1. RGB value is (223,167,209). Sum of RGB (Red+Green+Blue) = 223+167+209=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7D1 is #20582E. Grayscale: #BCBCBC. Windows color (decimal): -2119727 or 13739999. OLE color: 13739999.
HSL color Cylindrical-coordinate representation of color #DFA7D1: hue angle of 315º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA7D1 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 209 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.13 |
| HSL | 315º | 0.47% | 0.76% | - |
| HSV(B) | 315º | 0.25% | 0.87% | - |
| XYZ | 55.76 | 47.93 | 66.63 | - |
| YUV | 188.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 209 | 0 | 0.25 | 0.06 | 0.13 | 315 | 0.47 | 0.76 |
| Hex | DF | A7 | D1 | 0 | 19 | 6 | D | 13B | 2F | 4C |
| Octal | 337 | 247 | 321 | 0 | 31 | 6 | 15 | 473 | 57 | 114 |
| Binary | 11011111 | 10100111 | 11010001 | 0 | 11001 | 110 | 1101 | 100111011 | 101111 | 1001100 |
Color Harmonies of #DFA7D1
Complementary color
Monochromatic Colors of #DFA7D1
Black with #DFA7D1
Text Example
Text Example
White with #DFA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7D1; }
p { color: rgb(223,167,209); }
H1.HeaderClassName
{
color: #DFA7D1;
}
.AnyTagClassName
{
color: #DFA7D1;
}
</style>
background-color css
<style>
a { background-color: #DFA7D1; }
a { background-color: rgb(223,167,209); }
div.DivClassName
{
background-color: #DFA7D1;
}
.BgClassName
{
background-color: #DFA7D1;
}
</style>
border-color css
<style>
span { border-color: #DFA7D1; }
span { border-color: rgb(223,167,209); }
td.TdClassName
{
border-color: #DFA7D1;
}
.TagClassName
{
border-color: #DFA7D1;
}
</style>