Shades of French Lilac #D3B9D0
Tints of French Lilac #D3B9D0
RGB
CMYK
RGB Variations
Color information
#D3B9D0 (or 0xD3B9D0) is known color: French Lilac. HEX triplet: D3, B9 and D0. RGB value is (211,185,208). Sum of RGB (Red+Green+Blue) = 211+185+208=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9D0 is #2C462F. Grayscale: #C3C3C3. Windows color (decimal): -2901552 or 13679059. OLE color: 13679059.
HSL color Cylindrical-coordinate representation of color #D3B9D0: hue angle of 306.92º 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 #D3B9D0 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 208 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.17 |
| HSL | 306.92º | 0.23% | 0.78% | - |
| HSV(B) | 306.92º | 0.12% | 0.83% | - |
| XYZ | 55.6 | 53.1 | 66.99 | - |
| YUV | 195.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 208 | 0 | 0.12 | 0.01 | 0.17 | 306.92 | 0.23 | 0.78 |
| Hex | D3 | B9 | D0 | 0 | C | 1 | 11 | 133 | 17 | 4E |
| Octal | 323 | 271 | 320 | 0 | 14 | 1 | 21 | 463 | 27 | 116 |
| Binary | 11010011 | 10111001 | 11010000 | 0 | 1100 | 1 | 10001 | 100110011 | 10111 | 1001110 |
Color Harmonies of #D3B9D0
Complementary color
Monochromatic Colors of #D3B9D0
Black with #D3B9D0
Text Example
Text Example
White with #D3B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9D0; }
p { color: rgb(211,185,208); }
H1.HeaderClassName
{
color: #D3B9D0;
}
.AnyTagClassName
{
color: #D3B9D0;
}
</style>
background-color css
<style>
a { background-color: #D3B9D0; }
a { background-color: rgb(211,185,208); }
div.DivClassName
{
background-color: #D3B9D0;
}
.BgClassName
{
background-color: #D3B9D0;
}
</style>
border-color css
<style>
span { border-color: #D3B9D0; }
span { border-color: rgb(211,185,208); }
td.TdClassName
{
border-color: #D3B9D0;
}
.TagClassName
{
border-color: #D3B9D0;
}
</style>