Shades of French Lilac #D9B0CE
Tints of French Lilac #D9B0CE
RGB
CMYK
RGB Variations
Color information
#D9B0CE (or 0xD9B0CE) is known color: French Lilac. HEX triplet: D9, B0 and CE. RGB value is (217,176,206). Sum of RGB (Red+Green+Blue) = 217+176+206=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0CE is #264F31. Grayscale: #BFBFBF. Windows color (decimal): -2510642 or 13545689. OLE color: 13545689.
HSL color Cylindrical-coordinate representation of color #D9B0CE: hue angle of 316.1º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0CE is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 206 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.15 |
| HSL | 316.1º | 0.35% | 0.77% | - |
| HSV(B) | 316.1º | 0.19% | 0.85% | - |
| XYZ | 55.28 | 50.26 | 65.18 | - |
| YUV | 191.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 206 | 0 | 0.19 | 0.05 | 0.15 | 316.1 | 0.35 | 0.77 |
| Hex | D9 | B0 | CE | 0 | 13 | 5 | F | 13C | 23 | 4D |
| Octal | 331 | 260 | 316 | 0 | 23 | 5 | 17 | 474 | 43 | 115 |
| Binary | 11011001 | 10110000 | 11001110 | 0 | 10011 | 101 | 1111 | 100111100 | 100011 | 1001101 |
Color Harmonies of #D9B0CE
Complementary color
Monochromatic Colors of #D9B0CE
Black with #D9B0CE
Text Example
Text Example
White with #D9B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0CE; }
p { color: rgb(217,176,206); }
H1.HeaderClassName
{
color: #D9B0CE;
}
.AnyTagClassName
{
color: #D9B0CE;
}
</style>
background-color css
<style>
a { background-color: #D9B0CE; }
a { background-color: rgb(217,176,206); }
div.DivClassName
{
background-color: #D9B0CE;
}
.BgClassName
{
background-color: #D9B0CE;
}
</style>
border-color css
<style>
span { border-color: #D9B0CE; }
span { border-color: rgb(217,176,206); }
td.TdClassName
{
border-color: #D9B0CE;
}
.TagClassName
{
border-color: #D9B0CE;
}
</style>