Shades of French Lilac #D6BED1
Tints of French Lilac #D6BED1
RGB
CMYK
RGB Variations
Color information
#D6BED1 (or 0xD6BED1) is known color: French Lilac. HEX triplet: D6, BE and D1. RGB value is (214,190,209). Sum of RGB (Red+Green+Blue) = 214+190+209=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED1 is #29412E. Grayscale: #C7C7C7. Windows color (decimal): -2703663 or 13745878. OLE color: 13745878.
HSL color Cylindrical-coordinate representation of color #D6BED1: hue angle of 312.5º degrees, saturation: 0.23, 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 #D6BED1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 209 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.16 |
| HSL | 312.5º | 0.23% | 0.79% | - |
| HSV(B) | 312.5º | 0.11% | 0.84% | - |
| XYZ | 57.65 | 55.73 | 68.04 | - |
| YUV | 199.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 209 | 0 | 0.11 | 0.02 | 0.16 | 312.5 | 0.23 | 0.79 |
| Hex | D6 | BE | D1 | 0 | B | 2 | 10 | 138 | 17 | 4F |
| Octal | 326 | 276 | 321 | 0 | 13 | 2 | 20 | 470 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11010001 | 0 | 1011 | 10 | 10000 | 100111000 | 10111 | 1001111 |
Color Harmonies of #D6BED1
Complementary color
Monochromatic Colors of #D6BED1
Black with #D6BED1
Text Example
Text Example
White with #D6BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BED1; }
p { color: rgb(214,190,209); }
H1.HeaderClassName
{
color: #D6BED1;
}
.AnyTagClassName
{
color: #D6BED1;
}
</style>
background-color css
<style>
a { background-color: #D6BED1; }
a { background-color: rgb(214,190,209); }
div.DivClassName
{
background-color: #D6BED1;
}
.BgClassName
{
background-color: #D6BED1;
}
</style>
border-color css
<style>
span { border-color: #D6BED1; }
span { border-color: rgb(214,190,209); }
td.TdClassName
{
border-color: #D6BED1;
}
.TagClassName
{
border-color: #D6BED1;
}
</style>