Shades of French Lilac #D3BACD
Tints of French Lilac #D3BACD
RGB
CMYK
RGB Variations
Color information
#D3BACD (or 0xD3BACD) is known color: French Lilac. HEX triplet: D3, BA and CD. RGB value is (211,186,205). Sum of RGB (Red+Green+Blue) = 211+186+205=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACD is #2C4532. Grayscale: #C3C3C3. Windows color (decimal): -2901299 or 13482707. OLE color: 13482707.
HSL color Cylindrical-coordinate representation of color #D3BACD: hue angle of 314.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BACD is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 205 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.17 |
| HSL | 314.4º | 0.22% | 0.78% | - |
| HSV(B) | 314.4º | 0.12% | 0.83% | - |
| XYZ | 55.44 | 53.37 | 65.14 | - |
| YUV | 195.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 205 | 0 | 0.12 | 0.03 | 0.17 | 314.4 | 0.22 | 0.78 |
| Hex | D3 | BA | CD | 0 | C | 3 | 11 | 13A | 16 | 4E |
| Octal | 323 | 272 | 315 | 0 | 14 | 3 | 21 | 472 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11001101 | 0 | 1100 | 11 | 10001 | 100111010 | 10110 | 1001110 |
Color Harmonies of #D3BACD
Complementary color
Monochromatic Colors of #D3BACD
Black with #D3BACD
Text Example
Text Example
White with #D3BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BACD; }
p { color: rgb(211,186,205); }
H1.HeaderClassName
{
color: #D3BACD;
}
.AnyTagClassName
{
color: #D3BACD;
}
</style>
background-color css
<style>
a { background-color: #D3BACD; }
a { background-color: rgb(211,186,205); }
div.DivClassName
{
background-color: #D3BACD;
}
.BgClassName
{
background-color: #D3BACD;
}
</style>
border-color css
<style>
span { border-color: #D3BACD; }
span { border-color: rgb(211,186,205); }
td.TdClassName
{
border-color: #D3BACD;
}
.TagClassName
{
border-color: #D3BACD;
}
</style>