Shades of French Lilac #D6BFD1
Tints of French Lilac #D6BFD1
RGB
CMYK
RGB Variations
Color information
#D6BFD1 (or 0xD6BFD1) is known color: French Lilac. HEX triplet: D6, BF and D1. RGB value is (214,191,209). Sum of RGB (Red+Green+Blue) = 214+191+209=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFD1 is #29402E. Grayscale: #C7C7C7. Windows color (decimal): -2703407 or 13746134. OLE color: 13746134.
HSL color Cylindrical-coordinate representation of color #D6BFD1: hue angle of 313.04º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BFD1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 209 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.16 |
| HSL | 313.04º | 0.22% | 0.79% | - |
| HSV(B) | 313.04º | 0.11% | 0.84% | - |
| XYZ | 57.87 | 56.16 | 68.11 | - |
| YUV | 199.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 209 | 0 | 0.11 | 0.02 | 0.16 | 313.04 | 0.22 | 0.79 |
| Hex | D6 | BF | D1 | 0 | B | 2 | 10 | 139 | 16 | 4F |
| Octal | 326 | 277 | 321 | 0 | 13 | 2 | 20 | 471 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11010001 | 0 | 1011 | 10 | 10000 | 100111001 | 10110 | 1001111 |
Color Harmonies of #D6BFD1
Complementary color
Monochromatic Colors of #D6BFD1
Black with #D6BFD1
Text Example
Text Example
White with #D6BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFD1; }
p { color: rgb(214,191,209); }
H1.HeaderClassName
{
color: #D6BFD1;
}
.AnyTagClassName
{
color: #D6BFD1;
}
</style>
background-color css
<style>
a { background-color: #D6BFD1; }
a { background-color: rgb(214,191,209); }
div.DivClassName
{
background-color: #D6BFD1;
}
.BgClassName
{
background-color: #D6BFD1;
}
</style>
border-color css
<style>
span { border-color: #D6BFD1; }
span { border-color: rgb(214,191,209); }
td.TdClassName
{
border-color: #D6BFD1;
}
.TagClassName
{
border-color: #D6BFD1;
}
</style>