Shades of French Lilac #D6B3D1
Tints of French Lilac #D6B3D1
RGB
CMYK
RGB Variations
Color information
#D6B3D1 (or 0xD6B3D1) is known color: French Lilac. HEX triplet: D6, B3 and D1. RGB value is (214,179,209). Sum of RGB (Red+Green+Blue) = 214+179+209=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3D1 is #294C2E. Grayscale: #C0C0C0. Windows color (decimal): -2706479 or 13743062. OLE color: 13743062.
HSL color Cylindrical-coordinate representation of color #D6B3D1: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B3D1 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 209 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.16 |
| HSL | 308.57º | 0.3% | 0.77% | - |
| HSV(B) | 308.57º | 0.16% | 0.84% | - |
| XYZ | 55.36 | 51.14 | 67.27 | - |
| YUV | 192.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 209 | 0 | 0.16 | 0.02 | 0.16 | 308.57 | 0.3 | 0.77 |
| Hex | D6 | B3 | D1 | 0 | 10 | 2 | 10 | 135 | 1E | 4D |
| Octal | 326 | 263 | 321 | 0 | 20 | 2 | 20 | 465 | 36 | 115 |
| Binary | 11010110 | 10110011 | 11010001 | 0 | 10000 | 10 | 10000 | 100110101 | 11110 | 1001101 |
Color Harmonies of #D6B3D1
Complementary color
Monochromatic Colors of #D6B3D1
Black with #D6B3D1
Text Example
Text Example
White with #D6B3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3D1; }
p { color: rgb(214,179,209); }
H1.HeaderClassName
{
color: #D6B3D1;
}
.AnyTagClassName
{
color: #D6B3D1;
}
</style>
background-color css
<style>
a { background-color: #D6B3D1; }
a { background-color: rgb(214,179,209); }
div.DivClassName
{
background-color: #D6B3D1;
}
.BgClassName
{
background-color: #D6B3D1;
}
</style>
border-color css
<style>
span { border-color: #D6B3D1; }
span { border-color: rgb(214,179,209); }
td.TdClassName
{
border-color: #D6B3D1;
}
.TagClassName
{
border-color: #D6B3D1;
}
</style>