Shades of French Lilac #D3B7CD
Tints of French Lilac #D3B7CD
RGB
CMYK
RGB Variations
Color information
#D3B7CD (or 0xD3B7CD) is known color: French Lilac. HEX triplet: D3, B7 and CD. RGB value is (211,183,205). Sum of RGB (Red+Green+Blue) = 211+183+205=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7CD is #2C4832. Grayscale: #C1C1C1. Windows color (decimal): -2902067 or 13481939. OLE color: 13481939.
HSL color Cylindrical-coordinate representation of color #D3B7CD: hue angle of 312.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B7CD is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 205 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.17 |
| HSL | 312.86º | 0.24% | 0.77% | - |
| HSV(B) | 312.86º | 0.13% | 0.83% | - |
| XYZ | 54.82 | 52.12 | 64.93 | - |
| YUV | 193.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 205 | 0 | 0.13 | 0.03 | 0.17 | 312.86 | 0.24 | 0.77 |
| Hex | D3 | B7 | CD | 0 | D | 3 | 11 | 139 | 18 | 4D |
| Octal | 323 | 267 | 315 | 0 | 15 | 3 | 21 | 471 | 30 | 115 |
| Binary | 11010011 | 10110111 | 11001101 | 0 | 1101 | 11 | 10001 | 100111001 | 11000 | 1001101 |
Color Harmonies of #D3B7CD
Complementary color
Monochromatic Colors of #D3B7CD
Black with #D3B7CD
Text Example
Text Example
White with #D3B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7CD; }
p { color: rgb(211,183,205); }
H1.HeaderClassName
{
color: #D3B7CD;
}
.AnyTagClassName
{
color: #D3B7CD;
}
</style>
background-color css
<style>
a { background-color: #D3B7CD; }
a { background-color: rgb(211,183,205); }
div.DivClassName
{
background-color: #D3B7CD;
}
.BgClassName
{
background-color: #D3B7CD;
}
</style>
border-color css
<style>
span { border-color: #D3B7CD; }
span { border-color: rgb(211,183,205); }
td.TdClassName
{
border-color: #D3B7CD;
}
.TagClassName
{
border-color: #D3B7CD;
}
</style>