Shades of French Lilac #D5BFD1
Tints of French Lilac #D5BFD1
RGB
CMYK
RGB Variations
Color information
#D5BFD1 (or 0xD5BFD1) is known color: French Lilac. HEX triplet: D5, BF and D1. RGB value is (213,191,209). Sum of RGB (Red+Green+Blue) = 213+191+209=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFD1 is #2A402E. Grayscale: #C7C7C7. Windows color (decimal): -2768943 or 13746133. OLE color: 13746133.
HSL color Cylindrical-coordinate representation of color #D5BFD1: hue angle of 310.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFD1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 209 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.16 |
| HSL | 310.91º | 0.21% | 0.79% | - |
| HSV(B) | 310.91º | 0.1% | 0.84% | - |
| XYZ | 57.58 | 56.01 | 68.1 | - |
| YUV | 199.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 209 | 0 | 0.10 | 0.02 | 0.16 | 310.91 | 0.21 | 0.79 |
| Hex | D5 | BF | D1 | 0 | A | 2 | 10 | 137 | 15 | 4F |
| Octal | 325 | 277 | 321 | 0 | 12 | 2 | 20 | 467 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11010001 | 0 | 1010 | 10 | 10000 | 100110111 | 10101 | 1001111 |
Color Harmonies of #D5BFD1
Complementary color
Monochromatic Colors of #D5BFD1
Black with #D5BFD1
Text Example
Text Example
White with #D5BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFD1; }
p { color: rgb(213,191,209); }
H1.HeaderClassName
{
color: #D5BFD1;
}
.AnyTagClassName
{
color: #D5BFD1;
}
</style>
background-color css
<style>
a { background-color: #D5BFD1; }
a { background-color: rgb(213,191,209); }
div.DivClassName
{
background-color: #D5BFD1;
}
.BgClassName
{
background-color: #D5BFD1;
}
</style>
border-color css
<style>
span { border-color: #D5BFD1; }
span { border-color: rgb(213,191,209); }
td.TdClassName
{
border-color: #D5BFD1;
}
.TagClassName
{
border-color: #D5BFD1;
}
</style>