Shades of French Lilac #D9B2CE
Tints of French Lilac #D9B2CE
RGB
CMYK
RGB Variations
Color information
#D9B2CE (or 0xD9B2CE) is known color: French Lilac. HEX triplet: D9, B2 and CE. RGB value is (217,178,206). Sum of RGB (Red+Green+Blue) = 217+178+206=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2CE is #264D31. Grayscale: #C0C0C0. Windows color (decimal): -2510130 or 13546201. OLE color: 13546201.
HSL color Cylindrical-coordinate representation of color #D9B2CE: hue angle of 316.92º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B2CE is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 206 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.15 |
| HSL | 316.92º | 0.34% | 0.77% | - |
| HSV(B) | 316.92º | 0.18% | 0.85% | - |
| XYZ | 55.68 | 51.05 | 65.31 | - |
| YUV | 192.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 206 | 0 | 0.18 | 0.05 | 0.15 | 316.92 | 0.34 | 0.77 |
| Hex | D9 | B2 | CE | 0 | 12 | 5 | F | 13D | 22 | 4D |
| Octal | 331 | 262 | 316 | 0 | 22 | 5 | 17 | 475 | 42 | 115 |
| Binary | 11011001 | 10110010 | 11001110 | 0 | 10010 | 101 | 1111 | 100111101 | 100010 | 1001101 |
Color Harmonies of #D9B2CE
Complementary color
Monochromatic Colors of #D9B2CE
Black with #D9B2CE
Text Example
Text Example
White with #D9B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2CE; }
p { color: rgb(217,178,206); }
H1.HeaderClassName
{
color: #D9B2CE;
}
.AnyTagClassName
{
color: #D9B2CE;
}
</style>
background-color css
<style>
a { background-color: #D9B2CE; }
a { background-color: rgb(217,178,206); }
div.DivClassName
{
background-color: #D9B2CE;
}
.BgClassName
{
background-color: #D9B2CE;
}
</style>
border-color css
<style>
span { border-color: #D9B2CE; }
span { border-color: rgb(217,178,206); }
td.TdClassName
{
border-color: #D9B2CE;
}
.TagClassName
{
border-color: #D9B2CE;
}
</style>