Shades of French Lilac #D2B9CE
Tints of French Lilac #D2B9CE
RGB
CMYK
RGB Variations
Color information
#D2B9CE (or 0xD2B9CE) is known color: French Lilac. HEX triplet: D2, B9 and CE. RGB value is (210,185,206). Sum of RGB (Red+Green+Blue) = 210+185+206=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9CE is #2D4631. Grayscale: #C2C2C2. Windows color (decimal): -2967090 or 13547986. OLE color: 13547986.
HSL color Cylindrical-coordinate representation of color #D2B9CE: hue angle of 309.6º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B9CE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 206 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.18 |
| HSL | 309.6º | 0.22% | 0.77% | - |
| HSV(B) | 309.6º | 0.12% | 0.82% | - |
| XYZ | 55.07 | 52.86 | 65.69 | - |
| YUV | 194.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 206 | 0 | 0.12 | 0.02 | 0.18 | 309.6 | 0.22 | 0.77 |
| Hex | D2 | B9 | CE | 0 | C | 2 | 12 | 136 | 16 | 4D |
| Octal | 322 | 271 | 316 | 0 | 14 | 2 | 22 | 466 | 26 | 115 |
| Binary | 11010010 | 10111001 | 11001110 | 0 | 1100 | 10 | 10010 | 100110110 | 10110 | 1001101 |
Color Harmonies of #D2B9CE
Complementary color
Monochromatic Colors of #D2B9CE
Black with #D2B9CE
Text Example
Text Example
White with #D2B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9CE; }
p { color: rgb(210,185,206); }
H1.HeaderClassName
{
color: #D2B9CE;
}
.AnyTagClassName
{
color: #D2B9CE;
}
</style>
background-color css
<style>
a { background-color: #D2B9CE; }
a { background-color: rgb(210,185,206); }
div.DivClassName
{
background-color: #D2B9CE;
}
.BgClassName
{
background-color: #D2B9CE;
}
</style>
border-color css
<style>
span { border-color: #D2B9CE; }
span { border-color: rgb(210,185,206); }
td.TdClassName
{
border-color: #D2B9CE;
}
.TagClassName
{
border-color: #D2B9CE;
}
</style>