Shades of French Lilac #D1B9CC
Tints of French Lilac #D1B9CC
RGB
CMYK
RGB Variations
Color information
#D1B9CC (or 0xD1B9CC) is known color: French Lilac. HEX triplet: D1, B9 and CC. RGB value is (209,185,204). Sum of RGB (Red+Green+Blue) = 209+185+204=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9CC is #2E4633. Grayscale: #C2C2C2. Windows color (decimal): -3032628 or 13416913. OLE color: 13416913.
HSL color Cylindrical-coordinate representation of color #D1B9CC: hue angle of 312.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1B9CC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 204 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.18 |
| HSL | 312.5º | 0.21% | 0.77% | - |
| HSV(B) | 312.5º | 0.11% | 0.82% | - |
| XYZ | 54.54 | 52.61 | 64.41 | - |
| YUV | 194.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 204 | 0 | 0.11 | 0.02 | 0.18 | 312.5 | 0.21 | 0.77 |
| Hex | D1 | B9 | CC | 0 | B | 2 | 12 | 138 | 15 | 4D |
| Octal | 321 | 271 | 314 | 0 | 13 | 2 | 22 | 470 | 25 | 115 |
| Binary | 11010001 | 10111001 | 11001100 | 0 | 1011 | 10 | 10010 | 100111000 | 10101 | 1001101 |
Color Harmonies of #D1B9CC
Complementary color
Monochromatic Colors of #D1B9CC
Black with #D1B9CC
Text Example
Text Example
White with #D1B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9CC; }
p { color: rgb(209,185,204); }
H1.HeaderClassName
{
color: #D1B9CC;
}
.AnyTagClassName
{
color: #D1B9CC;
}
</style>
background-color css
<style>
a { background-color: #D1B9CC; }
a { background-color: rgb(209,185,204); }
div.DivClassName
{
background-color: #D1B9CC;
}
.BgClassName
{
background-color: #D1B9CC;
}
</style>
border-color css
<style>
span { border-color: #D1B9CC; }
span { border-color: rgb(209,185,204); }
td.TdClassName
{
border-color: #D1B9CC;
}
.TagClassName
{
border-color: #D1B9CC;
}
</style>