Shades of French Lilac #DFA9D3
Tints of French Lilac #DFA9D3
RGB
CMYK
RGB Variations
Color information
#DFA9D3 (or 0xDFA9D3) is known color: French Lilac. HEX triplet: DF, A9 and D3. RGB value is (223,169,211). Sum of RGB (Red+Green+Blue) = 223+169+211=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9D3 is #20562C. Grayscale: #BDBDBD. Windows color (decimal): -2119213 or 13871583. OLE color: 13871583.
HSL color Cylindrical-coordinate representation of color #DFA9D3: hue angle of 313.33º 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 #DFA9D3 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 211 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.13 |
| HSL | 313.33º | 0.46% | 0.77% | - |
| HSV(B) | 313.33º | 0.24% | 0.87% | - |
| XYZ | 56.38 | 48.77 | 68.07 | - |
| YUV | 189.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 211 | 0 | 0.24 | 0.05 | 0.13 | 313.33 | 0.46 | 0.77 |
| Hex | DF | A9 | D3 | 0 | 18 | 5 | D | 139 | 2E | 4D |
| Octal | 337 | 251 | 323 | 0 | 30 | 5 | 15 | 471 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11010011 | 0 | 11000 | 101 | 1101 | 100111001 | 101110 | 1001101 |
Color Harmonies of #DFA9D3
Complementary color
Monochromatic Colors of #DFA9D3
Black with #DFA9D3
Text Example
Text Example
White with #DFA9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9D3; }
p { color: rgb(223,169,211); }
H1.HeaderClassName
{
color: #DFA9D3;
}
.AnyTagClassName
{
color: #DFA9D3;
}
</style>
background-color css
<style>
a { background-color: #DFA9D3; }
a { background-color: rgb(223,169,211); }
div.DivClassName
{
background-color: #DFA9D3;
}
.BgClassName
{
background-color: #DFA9D3;
}
</style>
border-color css
<style>
span { border-color: #DFA9D3; }
span { border-color: rgb(223,169,211); }
td.TdClassName
{
border-color: #DFA9D3;
}
.TagClassName
{
border-color: #DFA9D3;
}
</style>