Shades of French Lilac #D1BFCD
Tints of French Lilac #D1BFCD
RGB
CMYK
RGB Variations
Color information
#D1BFCD (or 0xD1BFCD) is known color: French Lilac. HEX triplet: D1, BF and CD. RGB value is (209,191,205). Sum of RGB (Red+Green+Blue) = 209+191+205=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFCD is #2E4032. Grayscale: #C5C5C5. Windows color (decimal): -3031091 or 13483985. OLE color: 13483985.
HSL color Cylindrical-coordinate representation of color #D1BFCD: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFCD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 205 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.18 |
| HSL | 313.33º | 0.16% | 0.78% | - |
| HSV(B) | 313.33º | 0.09% | 0.82% | - |
| XYZ | 55.94 | 55.22 | 65.47 | - |
| YUV | 197.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 205 | 0 | 0.09 | 0.02 | 0.18 | 313.33 | 0.16 | 0.78 |
| Hex | D1 | BF | CD | 0 | 9 | 2 | 12 | 139 | 10 | 4E |
| Octal | 321 | 277 | 315 | 0 | 11 | 2 | 22 | 471 | 20 | 116 |
| Binary | 11010001 | 10111111 | 11001101 | 0 | 1001 | 10 | 10010 | 100111001 | 10000 | 1001110 |
Color Harmonies of #D1BFCD
Complementary color
Monochromatic Colors of #D1BFCD
Black with #D1BFCD
Text Example
Text Example
White with #D1BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFCD; }
p { color: rgb(209,191,205); }
H1.HeaderClassName
{
color: #D1BFCD;
}
.AnyTagClassName
{
color: #D1BFCD;
}
</style>
background-color css
<style>
a { background-color: #D1BFCD; }
a { background-color: rgb(209,191,205); }
div.DivClassName
{
background-color: #D1BFCD;
}
.BgClassName
{
background-color: #D1BFCD;
}
</style>
border-color css
<style>
span { border-color: #D1BFCD; }
span { border-color: rgb(209,191,205); }
td.TdClassName
{
border-color: #D1BFCD;
}
.TagClassName
{
border-color: #D1BFCD;
}
</style>