Shades of French Lilac #D3B4D1
Tints of French Lilac #D3B4D1
RGB
CMYK
RGB Variations
Color information
#D3B4D1 (or 0xD3B4D1) is known color: French Lilac. HEX triplet: D3, B4 and D1. RGB value is (211,180,209). Sum of RGB (Red+Green+Blue) = 211+180+209=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4D1 is #2C4B2E. Grayscale: #C0C0C0. Windows color (decimal): -2902831 or 13743315. OLE color: 13743315.
HSL color Cylindrical-coordinate representation of color #D3B4D1: hue angle of 303.87º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B4D1 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 209 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.17 |
| HSL | 303.87º | 0.26% | 0.77% | - |
| HSV(B) | 303.87º | 0.15% | 0.83% | - |
| XYZ | 54.69 | 51.09 | 67.3 | - |
| YUV | 192.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 209 | 0 | 0.15 | 0.01 | 0.17 | 303.87 | 0.26 | 0.77 |
| Hex | D3 | B4 | D1 | 0 | F | 1 | 11 | 130 | 1A | 4D |
| Octal | 323 | 264 | 321 | 0 | 17 | 1 | 21 | 460 | 32 | 115 |
| Binary | 11010011 | 10110100 | 11010001 | 0 | 1111 | 1 | 10001 | 100110000 | 11010 | 1001101 |
Color Harmonies of #D3B4D1
Complementary color
Monochromatic Colors of #D3B4D1
Black with #D3B4D1
Text Example
Text Example
White with #D3B4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4D1; }
p { color: rgb(211,180,209); }
H1.HeaderClassName
{
color: #D3B4D1;
}
.AnyTagClassName
{
color: #D3B4D1;
}
</style>
background-color css
<style>
a { background-color: #D3B4D1; }
a { background-color: rgb(211,180,209); }
div.DivClassName
{
background-color: #D3B4D1;
}
.BgClassName
{
background-color: #D3B4D1;
}
</style>
border-color css
<style>
span { border-color: #D3B4D1; }
span { border-color: rgb(211,180,209); }
td.TdClassName
{
border-color: #D3B4D1;
}
.TagClassName
{
border-color: #D3B4D1;
}
</style>