Shades of French Lilac #D9ACD6
Tints of French Lilac #D9ACD6
RGB
CMYK
RGB Variations
Color information
#D9ACD6 (or 0xD9ACD6) is known color: French Lilac. HEX triplet: D9, AC and D6. RGB value is (217,172,214). Sum of RGB (Red+Green+Blue) = 217+172+214=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD6 is #265329. Grayscale: #BEBEBE. Windows color (decimal): -2511658 or 14068953. OLE color: 14068953.
HSL color Cylindrical-coordinate representation of color #D9ACD6: hue angle of 304º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACD6 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 214 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.15 |
| HSL | 304º | 0.37% | 0.76% | - |
| HSV(B) | 304º | 0.21% | 0.85% | - |
| XYZ | 55.51 | 49.11 | 70.17 | - |
| YUV | 190.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 214 | 0 | 0.21 | 0.01 | 0.15 | 304 | 0.37 | 0.76 |
| Hex | D9 | AC | D6 | 0 | 15 | 1 | F | 130 | 25 | 4C |
| Octal | 331 | 254 | 326 | 0 | 25 | 1 | 17 | 460 | 45 | 114 |
| Binary | 11011001 | 10101100 | 11010110 | 0 | 10101 | 1 | 1111 | 100110000 | 100101 | 1001100 |
Color Harmonies of #D9ACD6
Complementary color
Monochromatic Colors of #D9ACD6
Black with #D9ACD6
Text Example
Text Example
White with #D9ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACD6; }
p { color: rgb(217,172,214); }
H1.HeaderClassName
{
color: #D9ACD6;
}
.AnyTagClassName
{
color: #D9ACD6;
}
</style>
background-color css
<style>
a { background-color: #D9ACD6; }
a { background-color: rgb(217,172,214); }
div.DivClassName
{
background-color: #D9ACD6;
}
.BgClassName
{
background-color: #D9ACD6;
}
</style>
border-color css
<style>
span { border-color: #D9ACD6; }
span { border-color: rgb(217,172,214); }
td.TdClassName
{
border-color: #D9ACD6;
}
.TagClassName
{
border-color: #D9ACD6;
}
</style>