Shades of French Lilac #D9A6CE
Tints of French Lilac #D9A6CE
RGB
CMYK
RGB Variations
Color information
#D9A6CE (or 0xD9A6CE) is known color: French Lilac. HEX triplet: D9, A6 and CE. RGB value is (217,166,206). Sum of RGB (Red+Green+Blue) = 217+166+206=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6CE is #265931. Grayscale: #B9B9B9. Windows color (decimal): -2513202 or 13543129. OLE color: 13543129.
HSL color Cylindrical-coordinate representation of color #D9A6CE: hue angle of 312.94º degrees, saturation: 0.4, 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 #D9A6CE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 206 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.15 |
| HSL | 312.94º | 0.4% | 0.75% | - |
| HSV(B) | 312.94º | 0.24% | 0.85% | - |
| XYZ | 53.39 | 46.48 | 64.55 | - |
| YUV | 185.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 206 | 0 | 0.24 | 0.05 | 0.15 | 312.94 | 0.4 | 0.75 |
| Hex | D9 | A6 | CE | 0 | 18 | 5 | F | 139 | 28 | 4B |
| Octal | 331 | 246 | 316 | 0 | 30 | 5 | 17 | 471 | 50 | 113 |
| Binary | 11011001 | 10100110 | 11001110 | 0 | 11000 | 101 | 1111 | 100111001 | 101000 | 1001011 |
Color Harmonies of #D9A6CE
Complementary color
Monochromatic Colors of #D9A6CE
Black with #D9A6CE
Text Example
Text Example
White with #D9A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6CE; }
p { color: rgb(217,166,206); }
H1.HeaderClassName
{
color: #D9A6CE;
}
.AnyTagClassName
{
color: #D9A6CE;
}
</style>
background-color css
<style>
a { background-color: #D9A6CE; }
a { background-color: rgb(217,166,206); }
div.DivClassName
{
background-color: #D9A6CE;
}
.BgClassName
{
background-color: #D9A6CE;
}
</style>
border-color css
<style>
span { border-color: #D9A6CE; }
span { border-color: rgb(217,166,206); }
td.TdClassName
{
border-color: #D9A6CE;
}
.TagClassName
{
border-color: #D9A6CE;
}
</style>