Shades of French Lilac #D9B3CF
Tints of French Lilac #D9B3CF
RGB
CMYK
RGB Variations
Color information
#D9B3CF (or 0xD9B3CF) is known color: French Lilac. HEX triplet: D9, B3 and CF. RGB value is (217,179,207). Sum of RGB (Red+Green+Blue) = 217+179+207=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3CF is #264C30. Grayscale: #C1C1C1. Windows color (decimal): -2509873 or 13611993. OLE color: 13611993.
HSL color Cylindrical-coordinate representation of color #D9B3CF: hue angle of 315.79º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B3CF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 207 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.15 |
| HSL | 315.79º | 0.33% | 0.78% | - |
| HSV(B) | 315.79º | 0.18% | 0.85% | - |
| XYZ | 56 | 51.5 | 66.02 | - |
| YUV | 193.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 207 | 0 | 0.18 | 0.05 | 0.15 | 315.79 | 0.33 | 0.78 |
| Hex | D9 | B3 | CF | 0 | 12 | 5 | F | 13C | 21 | 4E |
| Octal | 331 | 263 | 317 | 0 | 22 | 5 | 17 | 474 | 41 | 116 |
| Binary | 11011001 | 10110011 | 11001111 | 0 | 10010 | 101 | 1111 | 100111100 | 100001 | 1001110 |
Color Harmonies of #D9B3CF
Complementary color
Monochromatic Colors of #D9B3CF
Black with #D9B3CF
Text Example
Text Example
White with #D9B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3CF; }
p { color: rgb(217,179,207); }
H1.HeaderClassName
{
color: #D9B3CF;
}
.AnyTagClassName
{
color: #D9B3CF;
}
</style>
background-color css
<style>
a { background-color: #D9B3CF; }
a { background-color: rgb(217,179,207); }
div.DivClassName
{
background-color: #D9B3CF;
}
.BgClassName
{
background-color: #D9B3CF;
}
</style>
border-color css
<style>
span { border-color: #D9B3CF; }
span { border-color: rgb(217,179,207); }
td.TdClassName
{
border-color: #D9B3CF;
}
.TagClassName
{
border-color: #D9B3CF;
}
</style>