Shades of French Lilac #D8ACD3
Tints of French Lilac #D8ACD3
RGB
CMYK
RGB Variations
Color information
#D8ACD3 (or 0xD8ACD3) is known color: French Lilac. HEX triplet: D8, AC and D3. RGB value is (216,172,211). Sum of RGB (Red+Green+Blue) = 216+172+211=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACD3 is #27532C. Grayscale: #BDBDBD. Windows color (decimal): -2577197 or 13872344. OLE color: 13872344.
HSL color Cylindrical-coordinate representation of color #D8ACD3: hue angle of 306.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACD3 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 211 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.15 |
| HSL | 306.82º | 0.36% | 0.76% | - |
| HSV(B) | 306.82º | 0.2% | 0.85% | - |
| XYZ | 54.83 | 48.81 | 68.16 | - |
| YUV | 189.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 211 | 0 | 0.20 | 0.02 | 0.15 | 306.82 | 0.36 | 0.76 |
| Hex | D8 | AC | D3 | 0 | 14 | 2 | F | 133 | 24 | 4C |
| Octal | 330 | 254 | 323 | 0 | 24 | 2 | 17 | 463 | 44 | 114 |
| Binary | 11011000 | 10101100 | 11010011 | 0 | 10100 | 10 | 1111 | 100110011 | 100100 | 1001100 |
Color Harmonies of #D8ACD3
Complementary color
Monochromatic Colors of #D8ACD3
Black with #D8ACD3
Text Example
Text Example
White with #D8ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACD3; }
p { color: rgb(216,172,211); }
H1.HeaderClassName
{
color: #D8ACD3;
}
.AnyTagClassName
{
color: #D8ACD3;
}
</style>
background-color css
<style>
a { background-color: #D8ACD3; }
a { background-color: rgb(216,172,211); }
div.DivClassName
{
background-color: #D8ACD3;
}
.BgClassName
{
background-color: #D8ACD3;
}
</style>
border-color css
<style>
span { border-color: #D8ACD3; }
span { border-color: rgb(216,172,211); }
td.TdClassName
{
border-color: #D8ACD3;
}
.TagClassName
{
border-color: #D8ACD3;
}
</style>