Shades of French Lilac #D6BBD0
Tints of French Lilac #D6BBD0
RGB
CMYK
RGB Variations
Color information
#D6BBD0 (or 0xD6BBD0) is known color: French Lilac. HEX triplet: D6, BB and D0. RGB value is (214,187,208). Sum of RGB (Red+Green+Blue) = 214+187+208=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD0 is #29442F. Grayscale: #C5C5C5. Windows color (decimal): -2704432 or 13679574. OLE color: 13679574.
HSL color Cylindrical-coordinate representation of color #D6BBD0: hue angle of 313.33º 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 #D6BBD0 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 208 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.16 |
| HSL | 313.33º | 0.25% | 0.79% | - |
| HSV(B) | 313.33º | 0.13% | 0.84% | - |
| XYZ | 56.89 | 54.39 | 67.17 | - |
| YUV | 197.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 208 | 0 | 0.13 | 0.03 | 0.16 | 313.33 | 0.25 | 0.79 |
| Hex | D6 | BB | D0 | 0 | D | 3 | 10 | 139 | 19 | 4F |
| Octal | 326 | 273 | 320 | 0 | 15 | 3 | 20 | 471 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11010000 | 0 | 1101 | 11 | 10000 | 100111001 | 11001 | 1001111 |
Color Harmonies of #D6BBD0
Complementary color
Monochromatic Colors of #D6BBD0
Black with #D6BBD0
Text Example
Text Example
White with #D6BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBD0; }
p { color: rgb(214,187,208); }
H1.HeaderClassName
{
color: #D6BBD0;
}
.AnyTagClassName
{
color: #D6BBD0;
}
</style>
background-color css
<style>
a { background-color: #D6BBD0; }
a { background-color: rgb(214,187,208); }
div.DivClassName
{
background-color: #D6BBD0;
}
.BgClassName
{
background-color: #D6BBD0;
}
</style>
border-color css
<style>
span { border-color: #D6BBD0; }
span { border-color: rgb(214,187,208); }
td.TdClassName
{
border-color: #D6BBD0;
}
.TagClassName
{
border-color: #D6BBD0;
}
</style>