Shades of French Lilac #D9B5D1
Tints of French Lilac #D9B5D1
RGB
CMYK
RGB Variations
Color information
#D9B5D1 (or 0xD9B5D1) is known color: French Lilac. HEX triplet: D9, B5 and D1. RGB value is (217,181,209). Sum of RGB (Red+Green+Blue) = 217+181+209=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5D1 is #264A2E. Grayscale: #C2C2C2. Windows color (decimal): -2509359 or 13743577. OLE color: 13743577.
HSL color Cylindrical-coordinate representation of color #D9B5D1: hue angle of 313.33º 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 #D9B5D1 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 181 | 209 | - |
CMYK | 0 | 0.17 | 0.04 | 0.15 |
HSL | 313.33º | 0.32% | 0.78% | - |
HSV(B) | 313.33º | 0.17% | 0.85% | - |
XYZ | 56.65 | 52.4 | 67.45 | - |
YUV | 194.96 | 135.93 | 143.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 181 | 209 | 0 | 0.17 | 0.04 | 0.15 | 313.33 | 0.32 | 0.78 |
Hex | D9 | B5 | D1 | 0 | 11 | 4 | F | 139 | 20 | 4E |
Octal | 331 | 265 | 321 | 0 | 21 | 4 | 17 | 471 | 40 | 116 |
Binary | 11011001 | 10110101 | 11010001 | 0 | 10001 | 100 | 1111 | 100111001 | 100000 | 1001110 |
Color Harmonies of #D9B5D1
Complementary color
Monochromatic Colors of #D9B5D1
Black with #D9B5D1
Text Example
Text Example
White with #D9B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5D1; }
p { color: rgb(217,181,209); }
H1.HeaderClassName
{
color: #D9B5D1;
}
.AnyTagClassName
{
color: #D9B5D1;
}
</style>
background-color css
<style>
a { background-color: #D9B5D1; }
a { background-color: rgb(217,181,209); }
div.DivClassName
{
background-color: #D9B5D1;
}
.BgClassName
{
background-color: #D9B5D1;
}
</style>
border-color css
<style>
span { border-color: #D9B5D1; }
span { border-color: rgb(217,181,209); }
td.TdClassName
{
border-color: #D9B5D1;
}
.TagClassName
{
border-color: #D9B5D1;
}
</style>