Shades of French Lilac #D8A7CE
Tints of French Lilac #D8A7CE
RGB
CMYK
RGB Variations
Color information
#D8A7CE (or 0xD8A7CE) is known color: French Lilac. HEX triplet: D8, A7 and CE. RGB value is (216,167,206). Sum of RGB (Red+Green+Blue) = 216+167+206=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7CE is #275831. Grayscale: #B9B9B9. Windows color (decimal): -2578482 or 13543384. OLE color: 13543384.
HSL color Cylindrical-coordinate representation of color #D8A7CE: hue angle of 312.24º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A7CE is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 206 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.15 |
| HSL | 312.24º | 0.39% | 0.75% | - |
| HSV(B) | 312.24º | 0.23% | 0.85% | - |
| XYZ | 53.28 | 46.69 | 64.6 | - |
| YUV | 186.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 206 | 0 | 0.23 | 0.05 | 0.15 | 312.24 | 0.39 | 0.75 |
| Hex | D8 | A7 | CE | 0 | 17 | 5 | F | 138 | 27 | 4B |
| Octal | 330 | 247 | 316 | 0 | 27 | 5 | 17 | 470 | 47 | 113 |
| Binary | 11011000 | 10100111 | 11001110 | 0 | 10111 | 101 | 1111 | 100111000 | 100111 | 1001011 |
Color Harmonies of #D8A7CE
Complementary color
Monochromatic Colors of #D8A7CE
Black with #D8A7CE
Text Example
Text Example
White with #D8A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A7CE; }
p { color: rgb(216,167,206); }
H1.HeaderClassName
{
color: #D8A7CE;
}
.AnyTagClassName
{
color: #D8A7CE;
}
</style>
background-color css
<style>
a { background-color: #D8A7CE; }
a { background-color: rgb(216,167,206); }
div.DivClassName
{
background-color: #D8A7CE;
}
.BgClassName
{
background-color: #D8A7CE;
}
</style>
border-color css
<style>
span { border-color: #D8A7CE; }
span { border-color: rgb(216,167,206); }
td.TdClassName
{
border-color: #D8A7CE;
}
.TagClassName
{
border-color: #D8A7CE;
}
</style>