Shades of French Lilac #D8ABCD
Tints of French Lilac #D8ABCD
RGB
CMYK
RGB Variations
Color information
#D8ABCD (or 0xD8ABCD) is known color: French Lilac. HEX triplet: D8, AB and CD. RGB value is (216,171,205). Sum of RGB (Red+Green+Blue) = 216+171+205=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABCD is #275432. Grayscale: #BCBCBC. Windows color (decimal): -2577459 or 13478872. OLE color: 13478872.
HSL color Cylindrical-coordinate representation of color #D8ABCD: hue angle of 314.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABCD is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 205 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.15 |
| HSL | 314.67º | 0.37% | 0.76% | - |
| HSV(B) | 314.67º | 0.21% | 0.85% | - |
| XYZ | 53.9 | 48.13 | 64.21 | - |
| YUV | 188.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 205 | 0 | 0.21 | 0.05 | 0.15 | 314.67 | 0.37 | 0.76 |
| Hex | D8 | AB | CD | 0 | 15 | 5 | F | 13B | 25 | 4C |
| Octal | 330 | 253 | 315 | 0 | 25 | 5 | 17 | 473 | 45 | 114 |
| Binary | 11011000 | 10101011 | 11001101 | 0 | 10101 | 101 | 1111 | 100111011 | 100101 | 1001100 |
Color Harmonies of #D8ABCD
Complementary color
Monochromatic Colors of #D8ABCD
Black with #D8ABCD
Text Example
Text Example
White with #D8ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABCD; }
p { color: rgb(216,171,205); }
H1.HeaderClassName
{
color: #D8ABCD;
}
.AnyTagClassName
{
color: #D8ABCD;
}
</style>
background-color css
<style>
a { background-color: #D8ABCD; }
a { background-color: rgb(216,171,205); }
div.DivClassName
{
background-color: #D8ABCD;
}
.BgClassName
{
background-color: #D8ABCD;
}
</style>
border-color css
<style>
span { border-color: #D8ABCD; }
span { border-color: rgb(216,171,205); }
td.TdClassName
{
border-color: #D8ABCD;
}
.TagClassName
{
border-color: #D8ABCD;
}
</style>