Shades of French Lilac #DFA9D6
Tints of French Lilac #DFA9D6
RGB
CMYK
RGB Variations
Color information
#DFA9D6 (or 0xDFA9D6) is known color: French Lilac. HEX triplet: DF, A9 and D6. RGB value is (223,169,214). Sum of RGB (Red+Green+Blue) = 223+169+214=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9D6 is #205629. Grayscale: #BEBEBE. Windows color (decimal): -2119210 or 14068191. OLE color: 14068191.
HSL color Cylindrical-coordinate representation of color #DFA9D6: hue angle of 310º 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 #DFA9D6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 214 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.13 |
| HSL | 310º | 0.46% | 0.77% | - |
| HSV(B) | 310º | 0.24% | 0.87% | - |
| XYZ | 56.76 | 48.92 | 70.07 | - |
| YUV | 190.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 214 | 0 | 0.24 | 0.04 | 0.13 | 310 | 0.46 | 0.77 |
| Hex | DF | A9 | D6 | 0 | 18 | 4 | D | 136 | 2E | 4D |
| Octal | 337 | 251 | 326 | 0 | 30 | 4 | 15 | 466 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11010110 | 0 | 11000 | 100 | 1101 | 100110110 | 101110 | 1001101 |
Color Harmonies of #DFA9D6
Complementary color
Monochromatic Colors of #DFA9D6
Black with #DFA9D6
Text Example
Text Example
White with #DFA9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9D6; }
p { color: rgb(223,169,214); }
H1.HeaderClassName
{
color: #DFA9D6;
}
.AnyTagClassName
{
color: #DFA9D6;
}
</style>
background-color css
<style>
a { background-color: #DFA9D6; }
a { background-color: rgb(223,169,214); }
div.DivClassName
{
background-color: #DFA9D6;
}
.BgClassName
{
background-color: #DFA9D6;
}
</style>
border-color css
<style>
span { border-color: #DFA9D6; }
span { border-color: rgb(223,169,214); }
td.TdClassName
{
border-color: #DFA9D6;
}
.TagClassName
{
border-color: #DFA9D6;
}
</style>