Shades of French Lilac #D6BACE
Tints of French Lilac #D6BACE
RGB
CMYK
RGB Variations
Color information
#D6BACE (or 0xD6BACE) is known color: French Lilac. HEX triplet: D6, BA and CE. RGB value is (214,186,206). Sum of RGB (Red+Green+Blue) = 214+186+206=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACE is #294531. Grayscale: #C4C4C4. Windows color (decimal): -2704690 or 13548246. OLE color: 13548246.
HSL color Cylindrical-coordinate representation of color #D6BACE: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BACE is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 206 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.16 |
| HSL | 317.14º | 0.25% | 0.78% | - |
| HSV(B) | 317.14º | 0.13% | 0.84% | - |
| XYZ | 56.43 | 53.87 | 65.82 | - |
| YUV | 196.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 206 | 0 | 0.13 | 0.04 | 0.16 | 317.14 | 0.25 | 0.78 |
| Hex | D6 | BA | CE | 0 | D | 4 | 10 | 13D | 19 | 4E |
| Octal | 326 | 272 | 316 | 0 | 15 | 4 | 20 | 475 | 31 | 116 |
| Binary | 11010110 | 10111010 | 11001110 | 0 | 1101 | 100 | 10000 | 100111101 | 11001 | 1001110 |
Color Harmonies of #D6BACE
Complementary color
Monochromatic Colors of #D6BACE
Black with #D6BACE
Text Example
Text Example
White with #D6BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BACE; }
p { color: rgb(214,186,206); }
H1.HeaderClassName
{
color: #D6BACE;
}
.AnyTagClassName
{
color: #D6BACE;
}
</style>
background-color css
<style>
a { background-color: #D6BACE; }
a { background-color: rgb(214,186,206); }
div.DivClassName
{
background-color: #D6BACE;
}
.BgClassName
{
background-color: #D6BACE;
}
</style>
border-color css
<style>
span { border-color: #D6BACE; }
span { border-color: rgb(214,186,206); }
td.TdClassName
{
border-color: #D6BACE;
}
.TagClassName
{
border-color: #D6BACE;
}
</style>