Shades of French Lilac #D1B0CF
Tints of French Lilac #D1B0CF
RGB
CMYK
RGB Variations
Color information
#D1B0CF (or 0xD1B0CF) is known color: French Lilac. HEX triplet: D1, B0 and CF. RGB value is (209,176,207). Sum of RGB (Red+Green+Blue) = 209+176+207=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0CF is #2E4F30. Grayscale: #BDBDBD. Windows color (decimal): -3034929 or 13611217. OLE color: 13611217.
HSL color Cylindrical-coordinate representation of color #D1B0CF: hue angle of 303.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B0CF is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 207 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.18 |
| HSL | 303.64º | 0.26% | 0.75% | - |
| HSV(B) | 303.64º | 0.16% | 0.82% | - |
| XYZ | 53.08 | 49.11 | 65.71 | - |
| YUV | 189.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 207 | 0 | 0.16 | 0.01 | 0.18 | 303.64 | 0.26 | 0.75 |
| Hex | D1 | B0 | CF | 0 | 10 | 1 | 12 | 130 | 1A | 4B |
| Octal | 321 | 260 | 317 | 0 | 20 | 1 | 22 | 460 | 32 | 113 |
| Binary | 11010001 | 10110000 | 11001111 | 0 | 10000 | 1 | 10010 | 100110000 | 11010 | 1001011 |
Color Harmonies of #D1B0CF
Complementary color
Monochromatic Colors of #D1B0CF
Black with #D1B0CF
Text Example
Text Example
White with #D1B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0CF; }
p { color: rgb(209,176,207); }
H1.HeaderClassName
{
color: #D1B0CF;
}
.AnyTagClassName
{
color: #D1B0CF;
}
</style>
background-color css
<style>
a { background-color: #D1B0CF; }
a { background-color: rgb(209,176,207); }
div.DivClassName
{
background-color: #D1B0CF;
}
.BgClassName
{
background-color: #D1B0CF;
}
</style>
border-color css
<style>
span { border-color: #D1B0CF; }
span { border-color: rgb(209,176,207); }
td.TdClassName
{
border-color: #D1B0CF;
}
.TagClassName
{
border-color: #D1B0CF;
}
</style>