Shades of French Lilac #D9A5CF
Tints of French Lilac #D9A5CF
RGB
CMYK
RGB Variations
Color information
#D9A5CF (or 0xD9A5CF) is known color: French Lilac. HEX triplet: D9, A5 and CF. RGB value is (217,165,207). Sum of RGB (Red+Green+Blue) = 217+165+207=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A5CF is #265A30. Grayscale: #B9B9B9. Windows color (decimal): -2513457 or 13608409. OLE color: 13608409.
HSL color Cylindrical-coordinate representation of color #D9A5CF: hue angle of 311.54º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A5CF is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 207 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.15 |
| HSL | 311.54º | 0.41% | 0.75% | - |
| HSV(B) | 311.54º | 0.24% | 0.85% | - |
| XYZ | 53.33 | 46.17 | 65.13 | - |
| YUV | 185.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 207 | 0 | 0.24 | 0.05 | 0.15 | 311.54 | 0.41 | 0.75 |
| Hex | D9 | A5 | CF | 0 | 18 | 5 | F | 138 | 29 | 4B |
| Octal | 331 | 245 | 317 | 0 | 30 | 5 | 17 | 470 | 51 | 113 |
| Binary | 11011001 | 10100101 | 11001111 | 0 | 11000 | 101 | 1111 | 100111000 | 101001 | 1001011 |
Color Harmonies of #D9A5CF
Complementary color
Monochromatic Colors of #D9A5CF
Black with #D9A5CF
Text Example
Text Example
White with #D9A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A5CF; }
p { color: rgb(217,165,207); }
H1.HeaderClassName
{
color: #D9A5CF;
}
.AnyTagClassName
{
color: #D9A5CF;
}
</style>
background-color css
<style>
a { background-color: #D9A5CF; }
a { background-color: rgb(217,165,207); }
div.DivClassName
{
background-color: #D9A5CF;
}
.BgClassName
{
background-color: #D9A5CF;
}
</style>
border-color css
<style>
span { border-color: #D9A5CF; }
span { border-color: rgb(217,165,207); }
td.TdClassName
{
border-color: #D9A5CF;
}
.TagClassName
{
border-color: #D9A5CF;
}
</style>