Shades of French Lilac #D1BACD
Tints of French Lilac #D1BACD
RGB
CMYK
RGB Variations
Color information
#D1BACD (or 0xD1BACD) is known color: French Lilac. HEX triplet: D1, BA and CD. RGB value is (209,186,205). Sum of RGB (Red+Green+Blue) = 209+186+205=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACD is #2E4532. Grayscale: #C2C2C2. Windows color (decimal): -3032371 or 13482705. OLE color: 13482705.
HSL color Cylindrical-coordinate representation of color #D1BACD: hue angle of 310.43º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BACD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 205 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 310.43º | 0.2% | 0.77% | - |
| HSV(B) | 310.43º | 0.11% | 0.82% | - |
| XYZ | 54.87 | 53.08 | 65.11 | - |
| YUV | 195.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 205 | 0 | 0.11 | 0.02 | 0.18 | 310.43 | 0.2 | 0.77 |
| Hex | D1 | BA | CD | 0 | B | 2 | 12 | 136 | 14 | 4D |
| Octal | 321 | 272 | 315 | 0 | 13 | 2 | 22 | 466 | 24 | 115 |
| Binary | 11010001 | 10111010 | 11001101 | 0 | 1011 | 10 | 10010 | 100110110 | 10100 | 1001101 |
Color Harmonies of #D1BACD
Complementary color
Monochromatic Colors of #D1BACD
Black with #D1BACD
Text Example
Text Example
White with #D1BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BACD; }
p { color: rgb(209,186,205); }
H1.HeaderClassName
{
color: #D1BACD;
}
.AnyTagClassName
{
color: #D1BACD;
}
</style>
background-color css
<style>
a { background-color: #D1BACD; }
a { background-color: rgb(209,186,205); }
div.DivClassName
{
background-color: #D1BACD;
}
.BgClassName
{
background-color: #D1BACD;
}
</style>
border-color css
<style>
span { border-color: #D1BACD; }
span { border-color: rgb(209,186,205); }
td.TdClassName
{
border-color: #D1BACD;
}
.TagClassName
{
border-color: #D1BACD;
}
</style>