Shades of French Lilac #DFA9D1
Tints of French Lilac #DFA9D1
RGB
CMYK
RGB Variations
Color information
#DFA9D1 (or 0xDFA9D1) is known color: French Lilac. HEX triplet: DF, A9 and D1. RGB value is (223,169,209). Sum of RGB (Red+Green+Blue) = 223+169+209=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9D1 is #20562E. Grayscale: #BDBDBD. Windows color (decimal): -2119215 or 13740511. OLE color: 13740511.
HSL color Cylindrical-coordinate representation of color #DFA9D1: hue angle of 315.56º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9D1 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 209 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 315.56º | 0.46% | 0.77% | - |
| HSV(B) | 315.56º | 0.24% | 0.87% | - |
| XYZ | 56.13 | 48.67 | 66.76 | - |
| YUV | 189.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 209 | 0 | 0.24 | 0.06 | 0.13 | 315.56 | 0.46 | 0.77 |
| Hex | DF | A9 | D1 | 0 | 18 | 6 | D | 13C | 2E | 4D |
| Octal | 337 | 251 | 321 | 0 | 30 | 6 | 15 | 474 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11010001 | 0 | 11000 | 110 | 1101 | 100111100 | 101110 | 1001101 |
Color Harmonies of #DFA9D1
Complementary color
Monochromatic Colors of #DFA9D1
Black with #DFA9D1
Text Example
Text Example
White with #DFA9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9D1; }
p { color: rgb(223,169,209); }
H1.HeaderClassName
{
color: #DFA9D1;
}
.AnyTagClassName
{
color: #DFA9D1;
}
</style>
background-color css
<style>
a { background-color: #DFA9D1; }
a { background-color: rgb(223,169,209); }
div.DivClassName
{
background-color: #DFA9D1;
}
.BgClassName
{
background-color: #DFA9D1;
}
</style>
border-color css
<style>
span { border-color: #DFA9D1; }
span { border-color: rgb(223,169,209); }
td.TdClassName
{
border-color: #DFA9D1;
}
.TagClassName
{
border-color: #DFA9D1;
}
</style>