Shades of French Lilac #D3B9CE
Tints of French Lilac #D3B9CE
RGB
CMYK
RGB Variations
Color information
#D3B9CE (or 0xD3B9CE) is known color: French Lilac. HEX triplet: D3, B9 and CE. RGB value is (211,185,206). Sum of RGB (Red+Green+Blue) = 211+185+206=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9CE is #2C4631. Grayscale: #C3C3C3. Windows color (decimal): -2901554 or 13547987. OLE color: 13547987.
HSL color Cylindrical-coordinate representation of color #D3B9CE: hue angle of 311.54º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3B9CE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 206 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.17 |
| HSL | 311.54º | 0.23% | 0.78% | - |
| HSV(B) | 311.54º | 0.12% | 0.83% | - |
| XYZ | 55.35 | 53 | 65.71 | - |
| YUV | 195.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 206 | 0 | 0.12 | 0.02 | 0.17 | 311.54 | 0.23 | 0.78 |
| Hex | D3 | B9 | CE | 0 | C | 2 | 11 | 138 | 17 | 4E |
| Octal | 323 | 271 | 316 | 0 | 14 | 2 | 21 | 470 | 27 | 116 |
| Binary | 11010011 | 10111001 | 11001110 | 0 | 1100 | 10 | 10001 | 100111000 | 10111 | 1001110 |
Color Harmonies of #D3B9CE
Complementary color
Monochromatic Colors of #D3B9CE
Black with #D3B9CE
Text Example
Text Example
White with #D3B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9CE; }
p { color: rgb(211,185,206); }
H1.HeaderClassName
{
color: #D3B9CE;
}
.AnyTagClassName
{
color: #D3B9CE;
}
</style>
background-color css
<style>
a { background-color: #D3B9CE; }
a { background-color: rgb(211,185,206); }
div.DivClassName
{
background-color: #D3B9CE;
}
.BgClassName
{
background-color: #D3B9CE;
}
</style>
border-color css
<style>
span { border-color: #D3B9CE; }
span { border-color: rgb(211,185,206); }
td.TdClassName
{
border-color: #D3B9CE;
}
.TagClassName
{
border-color: #D3B9CE;
}
</style>