Shades of French Lilac #DFA9D5
Tints of French Lilac #DFA9D5
RGB
CMYK
RGB Variations
Color information
#DFA9D5 (or 0xDFA9D5) is known color: French Lilac. HEX triplet: DF, A9 and D5. RGB value is (223,169,213). Sum of RGB (Red+Green+Blue) = 223+169+213=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9D5 is #20562A. Grayscale: #BEBEBE. Windows color (decimal): -2119211 or 14002655. OLE color: 14002655.
HSL color Cylindrical-coordinate representation of color #DFA9D5: hue angle of 311.11º 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 #DFA9D5 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 213 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.13 |
| HSL | 311.11º | 0.46% | 0.77% | - |
| HSV(B) | 311.11º | 0.24% | 0.87% | - |
| XYZ | 56.63 | 48.87 | 69.4 | - |
| YUV | 190.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 213 | 0 | 0.24 | 0.04 | 0.13 | 311.11 | 0.46 | 0.77 |
| Hex | DF | A9 | D5 | 0 | 18 | 4 | D | 137 | 2E | 4D |
| Octal | 337 | 251 | 325 | 0 | 30 | 4 | 15 | 467 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11010101 | 0 | 11000 | 100 | 1101 | 100110111 | 101110 | 1001101 |
Color Harmonies of #DFA9D5
Complementary color
Monochromatic Colors of #DFA9D5
Black with #DFA9D5
Text Example
Text Example
White with #DFA9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9D5; }
p { color: rgb(223,169,213); }
H1.HeaderClassName
{
color: #DFA9D5;
}
.AnyTagClassName
{
color: #DFA9D5;
}
</style>
background-color css
<style>
a { background-color: #DFA9D5; }
a { background-color: rgb(223,169,213); }
div.DivClassName
{
background-color: #DFA9D5;
}
.BgClassName
{
background-color: #DFA9D5;
}
</style>
border-color css
<style>
span { border-color: #DFA9D5; }
span { border-color: rgb(223,169,213); }
td.TdClassName
{
border-color: #DFA9D5;
}
.TagClassName
{
border-color: #DFA9D5;
}
</style>