Shades of French Lilac #D9B5D5
Tints of French Lilac #D9B5D5
RGB
CMYK
RGB Variations
Color information
#D9B5D5 (or 0xD9B5D5) is known color: French Lilac. HEX triplet: D9, B5 and D5. RGB value is (217,181,213). Sum of RGB (Red+Green+Blue) = 217+181+213=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5D5 is #264A2A. Grayscale: #C3C3C3. Windows color (decimal): -2509355 or 14005721. OLE color: 14005721.
HSL color Cylindrical-coordinate representation of color #D9B5D5: hue angle of 306.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 #D9B5D5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 213 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.15 |
| HSL | 306.67º | 0.32% | 0.78% | - |
| HSV(B) | 306.67º | 0.17% | 0.85% | - |
| XYZ | 57.15 | 52.6 | 70.09 | - |
| YUV | 195.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 213 | 0 | 0.17 | 0.02 | 0.15 | 306.67 | 0.32 | 0.78 |
| Hex | D9 | B5 | D5 | 0 | 11 | 2 | F | 133 | 20 | 4E |
| Octal | 331 | 265 | 325 | 0 | 21 | 2 | 17 | 463 | 40 | 116 |
| Binary | 11011001 | 10110101 | 11010101 | 0 | 10001 | 10 | 1111 | 100110011 | 100000 | 1001110 |
Color Harmonies of #D9B5D5
Complementary color
Monochromatic Colors of #D9B5D5
Black with #D9B5D5
Text Example
Text Example
White with #D9B5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5D5; }
p { color: rgb(217,181,213); }
H1.HeaderClassName
{
color: #D9B5D5;
}
.AnyTagClassName
{
color: #D9B5D5;
}
</style>
background-color css
<style>
a { background-color: #D9B5D5; }
a { background-color: rgb(217,181,213); }
div.DivClassName
{
background-color: #D9B5D5;
}
.BgClassName
{
background-color: #D9B5D5;
}
</style>
border-color css
<style>
span { border-color: #D9B5D5; }
span { border-color: rgb(217,181,213); }
td.TdClassName
{
border-color: #D9B5D5;
}
.TagClassName
{
border-color: #D9B5D5;
}
</style>