Shades of French Lilac #DFA9CE
Tints of French Lilac #DFA9CE
RGB
CMYK
RGB Variations
Color information
#DFA9CE (or 0xDFA9CE) is known color: French Lilac. HEX triplet: DF, A9 and CE. RGB value is (223,169,206). Sum of RGB (Red+Green+Blue) = 223+169+206=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9CE is #205631. Grayscale: #BDBDBD. Windows color (decimal): -2119218 or 13543903. OLE color: 13543903.
HSL color Cylindrical-coordinate representation of color #DFA9CE: hue angle of 318.89º 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 #DFA9CE is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 206 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.13 |
| HSL | 318.89º | 0.46% | 0.77% | - |
| HSV(B) | 318.89º | 0.24% | 0.87% | - |
| XYZ | 55.76 | 48.52 | 64.82 | - |
| YUV | 189.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 206 | 0 | 0.24 | 0.08 | 0.13 | 318.89 | 0.46 | 0.77 |
| Hex | DF | A9 | CE | 0 | 18 | 8 | D | 13F | 2E | 4D |
| Octal | 337 | 251 | 316 | 0 | 30 | 10 | 15 | 477 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11001110 | 0 | 11000 | 1000 | 1101 | 100111111 | 101110 | 1001101 |
Color Harmonies of #DFA9CE
Complementary color
Monochromatic Colors of #DFA9CE
Black with #DFA9CE
Text Example
Text Example
White with #DFA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9CE; }
p { color: rgb(223,169,206); }
H1.HeaderClassName
{
color: #DFA9CE;
}
.AnyTagClassName
{
color: #DFA9CE;
}
</style>
background-color css
<style>
a { background-color: #DFA9CE; }
a { background-color: rgb(223,169,206); }
div.DivClassName
{
background-color: #DFA9CE;
}
.BgClassName
{
background-color: #DFA9CE;
}
</style>
border-color css
<style>
span { border-color: #DFA9CE; }
span { border-color: rgb(223,169,206); }
td.TdClassName
{
border-color: #DFA9CE;
}
.TagClassName
{
border-color: #DFA9CE;
}
</style>