Shades of French Lilac #D9A7CF
Tints of French Lilac #D9A7CF
RGB
CMYK
RGB Variations
Color information
#D9A7CF (or 0xD9A7CF) is known color: French Lilac. HEX triplet: D9, A7 and CF. RGB value is (217,167,207). Sum of RGB (Red+Green+Blue) = 217+167+207=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7CF is #265830. Grayscale: #BABABA. Windows color (decimal): -2512945 or 13608921. OLE color: 13608921.
HSL color Cylindrical-coordinate representation of color #D9A7CF: hue angle of 312º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A7CF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 207 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.15 |
| HSL | 312º | 0.4% | 0.75% | - |
| HSV(B) | 312º | 0.23% | 0.85% | - |
| XYZ | 53.7 | 46.89 | 65.25 | - |
| YUV | 186.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 207 | 0 | 0.23 | 0.05 | 0.15 | 312 | 0.4 | 0.75 |
| Hex | D9 | A7 | CF | 0 | 17 | 5 | F | 138 | 28 | 4B |
| Octal | 331 | 247 | 317 | 0 | 27 | 5 | 17 | 470 | 50 | 113 |
| Binary | 11011001 | 10100111 | 11001111 | 0 | 10111 | 101 | 1111 | 100111000 | 101000 | 1001011 |
Color Harmonies of #D9A7CF
Complementary color
Monochromatic Colors of #D9A7CF
Black with #D9A7CF
Text Example
Text Example
White with #D9A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A7CF; }
p { color: rgb(217,167,207); }
H1.HeaderClassName
{
color: #D9A7CF;
}
.AnyTagClassName
{
color: #D9A7CF;
}
</style>
background-color css
<style>
a { background-color: #D9A7CF; }
a { background-color: rgb(217,167,207); }
div.DivClassName
{
background-color: #D9A7CF;
}
.BgClassName
{
background-color: #D9A7CF;
}
</style>
border-color css
<style>
span { border-color: #D9A7CF; }
span { border-color: rgb(217,167,207); }
td.TdClassName
{
border-color: #D9A7CF;
}
.TagClassName
{
border-color: #D9A7CF;
}
</style>