Shades of French Lilac #D8A8D1
Tints of French Lilac #D8A8D1
RGB
CMYK
RGB Variations
Color information
#D8A8D1 (or 0xD8A8D1) is known color: French Lilac. HEX triplet: D8, A8 and D1. RGB value is (216,168,209). Sum of RGB (Red+Green+Blue) = 216+168+209=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8D1 is #27572E. Grayscale: #BABABA. Windows color (decimal): -2578223 or 13740248. OLE color: 13740248.
HSL color Cylindrical-coordinate representation of color #D8A8D1: hue angle of 308.75º 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 #D8A8D1 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 209 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.15 |
| HSL | 308.75º | 0.38% | 0.75% | - |
| HSV(B) | 308.75º | 0.22% | 0.85% | - |
| XYZ | 53.83 | 47.21 | 66.6 | - |
| YUV | 187.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 209 | 0 | 0.22 | 0.03 | 0.15 | 308.75 | 0.38 | 0.75 |
| Hex | D8 | A8 | D1 | 0 | 16 | 3 | F | 135 | 26 | 4B |
| Octal | 330 | 250 | 321 | 0 | 26 | 3 | 17 | 465 | 46 | 113 |
| Binary | 11011000 | 10101000 | 11010001 | 0 | 10110 | 11 | 1111 | 100110101 | 100110 | 1001011 |
Color Harmonies of #D8A8D1
Complementary color
Monochromatic Colors of #D8A8D1
Black with #D8A8D1
Text Example
Text Example
White with #D8A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8D1; }
p { color: rgb(216,168,209); }
H1.HeaderClassName
{
color: #D8A8D1;
}
.AnyTagClassName
{
color: #D8A8D1;
}
</style>
background-color css
<style>
a { background-color: #D8A8D1; }
a { background-color: rgb(216,168,209); }
div.DivClassName
{
background-color: #D8A8D1;
}
.BgClassName
{
background-color: #D8A8D1;
}
</style>
border-color css
<style>
span { border-color: #D8A8D1; }
span { border-color: rgb(216,168,209); }
td.TdClassName
{
border-color: #D8A8D1;
}
.TagClassName
{
border-color: #D8A8D1;
}
</style>