Shades of French Lilac #D1BACC
Tints of French Lilac #D1BACC
RGB
CMYK
RGB Variations
Color information
#D1BACC (or 0xD1BACC) is known color: French Lilac. HEX triplet: D1, BA and CC. RGB value is (209,186,204). Sum of RGB (Red+Green+Blue) = 209+186+204=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACC is #2E4533. Grayscale: #C2C2C2. Windows color (decimal): -3032372 or 13417169. OLE color: 13417169.
HSL color Cylindrical-coordinate representation of color #D1BACC: hue angle of 313.04º 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 #D1BACC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 204 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 313.04º | 0.2% | 0.77% | - |
| HSV(B) | 313.04º | 0.11% | 0.82% | - |
| XYZ | 54.75 | 53.03 | 64.48 | - |
| YUV | 194.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 204 | 0 | 0.11 | 0.02 | 0.18 | 313.04 | 0.2 | 0.77 |
| Hex | D1 | BA | CC | 0 | B | 2 | 12 | 139 | 14 | 4D |
| Octal | 321 | 272 | 314 | 0 | 13 | 2 | 22 | 471 | 24 | 115 |
| Binary | 11010001 | 10111010 | 11001100 | 0 | 1011 | 10 | 10010 | 100111001 | 10100 | 1001101 |
Color Harmonies of #D1BACC
Complementary color
Monochromatic Colors of #D1BACC
Black with #D1BACC
Text Example
Text Example
White with #D1BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BACC; }
p { color: rgb(209,186,204); }
H1.HeaderClassName
{
color: #D1BACC;
}
.AnyTagClassName
{
color: #D1BACC;
}
</style>
background-color css
<style>
a { background-color: #D1BACC; }
a { background-color: rgb(209,186,204); }
div.DivClassName
{
background-color: #D1BACC;
}
.BgClassName
{
background-color: #D1BACC;
}
</style>
border-color css
<style>
span { border-color: #D1BACC; }
span { border-color: rgb(209,186,204); }
td.TdClassName
{
border-color: #D1BACC;
}
.TagClassName
{
border-color: #D1BACC;
}
</style>