Shades of French Lilac #D6BBD2
Tints of French Lilac #D6BBD2
RGB
CMYK
RGB Variations
Color information
#D6BBD2 (or 0xD6BBD2) is known color: French Lilac. HEX triplet: D6, BB and D2. RGB value is (214,187,210). Sum of RGB (Red+Green+Blue) = 214+187+210=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD2 is #29442D. Grayscale: #C5C5C5. Windows color (decimal): -2704430 or 13810646. OLE color: 13810646.
HSL color Cylindrical-coordinate representation of color #D6BBD2: hue angle of 308.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBD2 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 210 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.16 |
| HSL | 308.89º | 0.25% | 0.79% | - |
| HSV(B) | 308.89º | 0.13% | 0.84% | - |
| XYZ | 57.13 | 54.49 | 68.48 | - |
| YUV | 197.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 210 | 0 | 0.13 | 0.02 | 0.16 | 308.89 | 0.25 | 0.79 |
| Hex | D6 | BB | D2 | 0 | D | 2 | 10 | 135 | 19 | 4F |
| Octal | 326 | 273 | 322 | 0 | 15 | 2 | 20 | 465 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11010010 | 0 | 1101 | 10 | 10000 | 100110101 | 11001 | 1001111 |
Color Harmonies of #D6BBD2
Complementary color
Monochromatic Colors of #D6BBD2
Black with #D6BBD2
Text Example
Text Example
White with #D6BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBD2; }
p { color: rgb(214,187,210); }
H1.HeaderClassName
{
color: #D6BBD2;
}
.AnyTagClassName
{
color: #D6BBD2;
}
</style>
background-color css
<style>
a { background-color: #D6BBD2; }
a { background-color: rgb(214,187,210); }
div.DivClassName
{
background-color: #D6BBD2;
}
.BgClassName
{
background-color: #D6BBD2;
}
</style>
border-color css
<style>
span { border-color: #D6BBD2; }
span { border-color: rgb(214,187,210); }
td.TdClassName
{
border-color: #D6BBD2;
}
.TagClassName
{
border-color: #D6BBD2;
}
</style>