Shades of French Lilac #D8ACD0
Tints of French Lilac #D8ACD0
RGB
CMYK
RGB Variations
Color information
#D8ACD0 (or 0xD8ACD0) is known color: French Lilac. HEX triplet: D8, AC and D0. RGB value is (216,172,208). Sum of RGB (Red+Green+Blue) = 216+172+208=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACD0 is #27532F. Grayscale: #BDBDBD. Windows color (decimal): -2577200 or 13675736. OLE color: 13675736.
HSL color Cylindrical-coordinate representation of color #D8ACD0: hue angle of 310.91º 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 #D8ACD0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 208 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.15 |
| HSL | 310.91º | 0.36% | 0.76% | - |
| HSV(B) | 310.91º | 0.2% | 0.85% | - |
| XYZ | 54.46 | 48.66 | 66.2 | - |
| YUV | 189.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 208 | 0 | 0.20 | 0.04 | 0.15 | 310.91 | 0.36 | 0.76 |
| Hex | D8 | AC | D0 | 0 | 14 | 4 | F | 137 | 24 | 4C |
| Octal | 330 | 254 | 320 | 0 | 24 | 4 | 17 | 467 | 44 | 114 |
| Binary | 11011000 | 10101100 | 11010000 | 0 | 10100 | 100 | 1111 | 100110111 | 100100 | 1001100 |
Color Harmonies of #D8ACD0
Complementary color
Monochromatic Colors of #D8ACD0
Black with #D8ACD0
Text Example
Text Example
White with #D8ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACD0; }
p { color: rgb(216,172,208); }
H1.HeaderClassName
{
color: #D8ACD0;
}
.AnyTagClassName
{
color: #D8ACD0;
}
</style>
background-color css
<style>
a { background-color: #D8ACD0; }
a { background-color: rgb(216,172,208); }
div.DivClassName
{
background-color: #D8ACD0;
}
.BgClassName
{
background-color: #D8ACD0;
}
</style>
border-color css
<style>
span { border-color: #D8ACD0; }
span { border-color: rgb(216,172,208); }
td.TdClassName
{
border-color: #D8ACD0;
}
.TagClassName
{
border-color: #D8ACD0;
}
</style>