Shades of French Lilac #D9A9D3
Tints of French Lilac #D9A9D3
RGB
CMYK
RGB Variations
Color information
#D9A9D3 (or 0xD9A9D3) is known color: French Lilac. HEX triplet: D9, A9 and D3. RGB value is (217,169,211). Sum of RGB (Red+Green+Blue) = 217+169+211=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9D3 is #26562C. Grayscale: #BCBCBC. Windows color (decimal): -2512429 or 13871577. OLE color: 13871577.
HSL color Cylindrical-coordinate representation of color #D9A9D3: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9D3 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 211 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.15 |
| HSL | 307.5º | 0.39% | 0.76% | - |
| HSV(B) | 307.5º | 0.22% | 0.85% | - |
| XYZ | 54.56 | 47.83 | 67.98 | - |
| YUV | 188.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 211 | 0 | 0.22 | 0.03 | 0.15 | 307.5 | 0.39 | 0.76 |
| Hex | D9 | A9 | D3 | 0 | 16 | 3 | F | 134 | 27 | 4C |
| Octal | 331 | 251 | 323 | 0 | 26 | 3 | 17 | 464 | 47 | 114 |
| Binary | 11011001 | 10101001 | 11010011 | 0 | 10110 | 11 | 1111 | 100110100 | 100111 | 1001100 |
Color Harmonies of #D9A9D3
Complementary color
Monochromatic Colors of #D9A9D3
Black with #D9A9D3
Text Example
Text Example
White with #D9A9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A9D3; }
p { color: rgb(217,169,211); }
H1.HeaderClassName
{
color: #D9A9D3;
}
.AnyTagClassName
{
color: #D9A9D3;
}
</style>
background-color css
<style>
a { background-color: #D9A9D3; }
a { background-color: rgb(217,169,211); }
div.DivClassName
{
background-color: #D9A9D3;
}
.BgClassName
{
background-color: #D9A9D3;
}
</style>
border-color css
<style>
span { border-color: #D9A9D3; }
span { border-color: rgb(217,169,211); }
td.TdClassName
{
border-color: #D9A9D3;
}
.TagClassName
{
border-color: #D9A9D3;
}
</style>