Shades of French Lilac #D8A9D3
Tints of French Lilac #D8A9D3
RGB
CMYK
RGB Variations
Color information
#D8A9D3 (or 0xD8A9D3) is known color: French Lilac. HEX triplet: D8, A9 and D3. RGB value is (216,169,211). Sum of RGB (Red+Green+Blue) = 216+169+211=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9D3 is #27562C. Grayscale: #BBBBBB. Windows color (decimal): -2577965 or 13871576. OLE color: 13871576.
HSL color Cylindrical-coordinate representation of color #D8A9D3: hue angle of 306.38º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A9D3 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 211 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.15 |
| HSL | 306.38º | 0.38% | 0.75% | - |
| HSV(B) | 306.38º | 0.22% | 0.85% | - |
| XYZ | 54.26 | 47.68 | 67.97 | - |
| YUV | 187.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 211 | 0 | 0.22 | 0.02 | 0.15 | 306.38 | 0.38 | 0.75 |
| Hex | D8 | A9 | D3 | 0 | 16 | 2 | F | 132 | 26 | 4B |
| Octal | 330 | 251 | 323 | 0 | 26 | 2 | 17 | 462 | 46 | 113 |
| Binary | 11011000 | 10101001 | 11010011 | 0 | 10110 | 10 | 1111 | 100110010 | 100110 | 1001011 |
Color Harmonies of #D8A9D3
Complementary color
Monochromatic Colors of #D8A9D3
Black with #D8A9D3
Text Example
Text Example
White with #D8A9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A9D3; }
p { color: rgb(216,169,211); }
H1.HeaderClassName
{
color: #D8A9D3;
}
.AnyTagClassName
{
color: #D8A9D3;
}
</style>
background-color css
<style>
a { background-color: #D8A9D3; }
a { background-color: rgb(216,169,211); }
div.DivClassName
{
background-color: #D8A9D3;
}
.BgClassName
{
background-color: #D8A9D3;
}
</style>
border-color css
<style>
span { border-color: #D8A9D3; }
span { border-color: rgb(216,169,211); }
td.TdClassName
{
border-color: #D8A9D3;
}
.TagClassName
{
border-color: #D8A9D3;
}
</style>