Shades of French Lilac #DFA6D1
Tints of French Lilac #DFA6D1
RGB
CMYK
RGB Variations
Color information
#DFA6D1 (or 0xDFA6D1) is known color: French Lilac. HEX triplet: DF, A6 and D1. RGB value is (223,166,209). Sum of RGB (Red+Green+Blue) = 223+166+209=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6D1 is #20592E. Grayscale: #BBBBBB. Windows color (decimal): -2119983 or 13739743. OLE color: 13739743.
HSL color Cylindrical-coordinate representation of color #DFA6D1: hue angle of 314.74º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6D1 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 209 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.13 |
| HSL | 314.74º | 0.47% | 0.76% | - |
| HSV(B) | 314.74º | 0.26% | 0.87% | - |
| XYZ | 55.58 | 47.56 | 66.57 | - |
| YUV | 187.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 209 | 0 | 0.26 | 0.06 | 0.13 | 314.74 | 0.47 | 0.76 |
| Hex | DF | A6 | D1 | 0 | 1A | 6 | D | 13B | 2F | 4C |
| Octal | 337 | 246 | 321 | 0 | 32 | 6 | 15 | 473 | 57 | 114 |
| Binary | 11011111 | 10100110 | 11010001 | 0 | 11010 | 110 | 1101 | 100111011 | 101111 | 1001100 |
Color Harmonies of #DFA6D1
Complementary color
Monochromatic Colors of #DFA6D1
Black with #DFA6D1
Text Example
Text Example
White with #DFA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6D1; }
p { color: rgb(223,166,209); }
H1.HeaderClassName
{
color: #DFA6D1;
}
.AnyTagClassName
{
color: #DFA6D1;
}
</style>
background-color css
<style>
a { background-color: #DFA6D1; }
a { background-color: rgb(223,166,209); }
div.DivClassName
{
background-color: #DFA6D1;
}
.BgClassName
{
background-color: #DFA6D1;
}
</style>
border-color css
<style>
span { border-color: #DFA6D1; }
span { border-color: rgb(223,166,209); }
td.TdClassName
{
border-color: #DFA6D1;
}
.TagClassName
{
border-color: #DFA6D1;
}
</style>