Shades of French Lilac #D9B5CF
Tints of French Lilac #D9B5CF
RGB
CMYK
RGB Variations
Color information
#D9B5CF (or 0xD9B5CF) is known color: French Lilac. HEX triplet: D9, B5 and CF. RGB value is (217,181,207). Sum of RGB (Red+Green+Blue) = 217+181+207=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5CF is #264A30. Grayscale: #C2C2C2. Windows color (decimal): -2509361 or 13612505. OLE color: 13612505.
HSL color Cylindrical-coordinate representation of color #D9B5CF: hue angle of 316.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9B5CF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 207 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.15 |
| HSL | 316.67º | 0.32% | 0.78% | - |
| HSV(B) | 316.67º | 0.17% | 0.85% | - |
| XYZ | 56.4 | 52.3 | 66.15 | - |
| YUV | 194.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 207 | 0 | 0.17 | 0.05 | 0.15 | 316.67 | 0.32 | 0.78 |
| Hex | D9 | B5 | CF | 0 | 11 | 5 | F | 13D | 20 | 4E |
| Octal | 331 | 265 | 317 | 0 | 21 | 5 | 17 | 475 | 40 | 116 |
| Binary | 11011001 | 10110101 | 11001111 | 0 | 10001 | 101 | 1111 | 100111101 | 100000 | 1001110 |
Color Harmonies of #D9B5CF
Complementary color
Monochromatic Colors of #D9B5CF
Black with #D9B5CF
Text Example
Text Example
White with #D9B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5CF; }
p { color: rgb(217,181,207); }
H1.HeaderClassName
{
color: #D9B5CF;
}
.AnyTagClassName
{
color: #D9B5CF;
}
</style>
background-color css
<style>
a { background-color: #D9B5CF; }
a { background-color: rgb(217,181,207); }
div.DivClassName
{
background-color: #D9B5CF;
}
.BgClassName
{
background-color: #D9B5CF;
}
</style>
border-color css
<style>
span { border-color: #D9B5CF; }
span { border-color: rgb(217,181,207); }
td.TdClassName
{
border-color: #D9B5CF;
}
.TagClassName
{
border-color: #D9B5CF;
}
</style>