Shades of French Lilac #D1BBCD
Tints of French Lilac #D1BBCD
RGB
CMYK
RGB Variations
Color information
#D1BBCD (or 0xD1BBCD) is known color: French Lilac. HEX triplet: D1, BB and CD. RGB value is (209,187,205). Sum of RGB (Red+Green+Blue) = 209+187+205=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCD is #2E4432. Grayscale: #C3C3C3. Windows color (decimal): -3032115 or 13482961. OLE color: 13482961.
HSL color Cylindrical-coordinate representation of color #D1BBCD: hue angle of 310.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBCD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 205 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 310.91º | 0.19% | 0.78% | - |
| HSV(B) | 310.91º | 0.11% | 0.82% | - |
| XYZ | 55.08 | 53.5 | 65.18 | - |
| YUV | 195.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 205 | 0 | 0.11 | 0.02 | 0.18 | 310.91 | 0.19 | 0.78 |
| Hex | D1 | BB | CD | 0 | B | 2 | 12 | 137 | 13 | 4E |
| Octal | 321 | 273 | 315 | 0 | 13 | 2 | 22 | 467 | 23 | 116 |
| Binary | 11010001 | 10111011 | 11001101 | 0 | 1011 | 10 | 10010 | 100110111 | 10011 | 1001110 |
Color Harmonies of #D1BBCD
Complementary color
Monochromatic Colors of #D1BBCD
Black with #D1BBCD
Text Example
Text Example
White with #D1BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBCD; }
p { color: rgb(209,187,205); }
H1.HeaderClassName
{
color: #D1BBCD;
}
.AnyTagClassName
{
color: #D1BBCD;
}
</style>
background-color css
<style>
a { background-color: #D1BBCD; }
a { background-color: rgb(209,187,205); }
div.DivClassName
{
background-color: #D1BBCD;
}
.BgClassName
{
background-color: #D1BBCD;
}
</style>
border-color css
<style>
span { border-color: #D1BBCD; }
span { border-color: rgb(209,187,205); }
td.TdClassName
{
border-color: #D1BBCD;
}
.TagClassName
{
border-color: #D1BBCD;
}
</style>