Shades of French Lilac #D6BDD2
Tints of French Lilac #D6BDD2
RGB
CMYK
RGB Variations
Color information
#D6BDD2 (or 0xD6BDD2) is known color: French Lilac. HEX triplet: D6, BD and D2. RGB value is (214,189,210). Sum of RGB (Red+Green+Blue) = 214+189+210=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDD2 is #29422D. Grayscale: #C6C6C6. Windows color (decimal): -2703918 or 13811158. OLE color: 13811158.
HSL color Cylindrical-coordinate representation of color #D6BDD2: hue angle of 309.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDD2 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 210 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.16 |
| HSL | 309.6º | 0.23% | 0.79% | - |
| HSV(B) | 309.6º | 0.12% | 0.84% | - |
| XYZ | 57.56 | 55.34 | 68.62 | - |
| YUV | 198.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 210 | 0 | 0.12 | 0.02 | 0.16 | 309.6 | 0.23 | 0.79 |
| Hex | D6 | BD | D2 | 0 | C | 2 | 10 | 136 | 17 | 4F |
| Octal | 326 | 275 | 322 | 0 | 14 | 2 | 20 | 466 | 27 | 117 |
| Binary | 11010110 | 10111101 | 11010010 | 0 | 1100 | 10 | 10000 | 100110110 | 10111 | 1001111 |
Color Harmonies of #D6BDD2
Complementary color
Monochromatic Colors of #D6BDD2
Black with #D6BDD2
Text Example
Text Example
White with #D6BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDD2; }
p { color: rgb(214,189,210); }
H1.HeaderClassName
{
color: #D6BDD2;
}
.AnyTagClassName
{
color: #D6BDD2;
}
</style>
background-color css
<style>
a { background-color: #D6BDD2; }
a { background-color: rgb(214,189,210); }
div.DivClassName
{
background-color: #D6BDD2;
}
.BgClassName
{
background-color: #D6BDD2;
}
</style>
border-color css
<style>
span { border-color: #D6BDD2; }
span { border-color: rgb(214,189,210); }
td.TdClassName
{
border-color: #D6BDD2;
}
.TagClassName
{
border-color: #D6BDD2;
}
</style>