Shades of French Lilac #D9B7D0
Tints of French Lilac #D9B7D0
RGB
CMYK
RGB Variations
Color information
#D9B7D0 (or 0xD9B7D0) is known color: French Lilac. HEX triplet: D9, B7 and D0. RGB value is (217,183,208). Sum of RGB (Red+Green+Blue) = 217+183+208=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7D0 is #26482F. Grayscale: #C3C3C3. Windows color (decimal): -2508848 or 13678553. OLE color: 13678553.
HSL color Cylindrical-coordinate representation of color #D9B7D0: hue angle of 315.88º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B7D0 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 183 | 208 | - |
CMYK | 0 | 0.16 | 0.04 | 0.15 |
HSL | 315.88º | 0.31% | 0.78% | - |
HSV(B) | 315.88º | 0.16% | 0.85% | - |
XYZ | 56.93 | 53.17 | 66.94 | - |
YUV | 196.02 | 134.76 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 183 | 208 | 0 | 0.16 | 0.04 | 0.15 | 315.88 | 0.31 | 0.78 |
Hex | D9 | B7 | D0 | 0 | 10 | 4 | F | 13C | 1F | 4E |
Octal | 331 | 267 | 320 | 0 | 20 | 4 | 17 | 474 | 37 | 116 |
Binary | 11011001 | 10110111 | 11010000 | 0 | 10000 | 100 | 1111 | 100111100 | 11111 | 1001110 |
Color Harmonies of #D9B7D0
Complementary color
Monochromatic Colors of #D9B7D0
Black with #D9B7D0
Text Example
Text Example
White with #D9B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B7D0; }
p { color: rgb(217,183,208); }
H1.HeaderClassName
{
color: #D9B7D0;
}
.AnyTagClassName
{
color: #D9B7D0;
}
</style>
background-color css
<style>
a { background-color: #D9B7D0; }
a { background-color: rgb(217,183,208); }
div.DivClassName
{
background-color: #D9B7D0;
}
.BgClassName
{
background-color: #D9B7D0;
}
</style>
border-color css
<style>
span { border-color: #D9B7D0; }
span { border-color: rgb(217,183,208); }
td.TdClassName
{
border-color: #D9B7D0;
}
.TagClassName
{
border-color: #D9B7D0;
}
</style>