Shades of French Lilac #D2BACD
Tints of French Lilac #D2BACD
RGB
CMYK
RGB Variations
Color information
#D2BACD (or 0xD2BACD) is known color: French Lilac. HEX triplet: D2, BA and CD. RGB value is (210,186,205). Sum of RGB (Red+Green+Blue) = 210+186+205=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACD is #2D4532. Grayscale: #C3C3C3. Windows color (decimal): -2966835 or 13482706. OLE color: 13482706.
HSL color Cylindrical-coordinate representation of color #D2BACD: hue angle of 312.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BACD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 205 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 312.5º | 0.21% | 0.78% | - |
| HSV(B) | 312.5º | 0.11% | 0.82% | - |
| XYZ | 55.16 | 53.23 | 65.12 | - |
| YUV | 195.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 205 | 0 | 0.11 | 0.02 | 0.18 | 312.5 | 0.21 | 0.78 |
| Hex | D2 | BA | CD | 0 | B | 2 | 12 | 138 | 15 | 4E |
| Octal | 322 | 272 | 315 | 0 | 13 | 2 | 22 | 470 | 25 | 116 |
| Binary | 11010010 | 10111010 | 11001101 | 0 | 1011 | 10 | 10010 | 100111000 | 10101 | 1001110 |
Color Harmonies of #D2BACD
Complementary color
Monochromatic Colors of #D2BACD
Black with #D2BACD
Text Example
Text Example
White with #D2BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BACD; }
p { color: rgb(210,186,205); }
H1.HeaderClassName
{
color: #D2BACD;
}
.AnyTagClassName
{
color: #D2BACD;
}
</style>
background-color css
<style>
a { background-color: #D2BACD; }
a { background-color: rgb(210,186,205); }
div.DivClassName
{
background-color: #D2BACD;
}
.BgClassName
{
background-color: #D2BACD;
}
</style>
border-color css
<style>
span { border-color: #D2BACD; }
span { border-color: rgb(210,186,205); }
td.TdClassName
{
border-color: #D2BACD;
}
.TagClassName
{
border-color: #D2BACD;
}
</style>