Shades of French Lilac #D8B7D3
Tints of French Lilac #D8B7D3
RGB
CMYK
RGB Variations
Color information
#D8B7D3 (or 0xD8B7D3) is known color: French Lilac. HEX triplet: D8, B7 and D3. RGB value is (216,183,211). Sum of RGB (Red+Green+Blue) = 216+183+211=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7D3 is #27482C. Grayscale: #C3C3C3. Windows color (decimal): -2574381 or 13875160. OLE color: 13875160.
HSL color Cylindrical-coordinate representation of color #D8B7D3: hue angle of 309.09º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7D3 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 211 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.15 |
| HSL | 309.09º | 0.3% | 0.78% | - |
| HSV(B) | 309.09º | 0.15% | 0.85% | - |
| XYZ | 57.01 | 53.17 | 68.89 | - |
| YUV | 196.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 211 | 0 | 0.15 | 0.02 | 0.15 | 309.09 | 0.3 | 0.78 |
| Hex | D8 | B7 | D3 | 0 | F | 2 | F | 135 | 1E | 4E |
| Octal | 330 | 267 | 323 | 0 | 17 | 2 | 17 | 465 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11010011 | 0 | 1111 | 10 | 1111 | 100110101 | 11110 | 1001110 |
Color Harmonies of #D8B7D3
Complementary color
Monochromatic Colors of #D8B7D3
Black with #D8B7D3
Text Example
Text Example
White with #D8B7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7D3; }
p { color: rgb(216,183,211); }
H1.HeaderClassName
{
color: #D8B7D3;
}
.AnyTagClassName
{
color: #D8B7D3;
}
</style>
background-color css
<style>
a { background-color: #D8B7D3; }
a { background-color: rgb(216,183,211); }
div.DivClassName
{
background-color: #D8B7D3;
}
.BgClassName
{
background-color: #D8B7D3;
}
</style>
border-color css
<style>
span { border-color: #D8B7D3; }
span { border-color: rgb(216,183,211); }
td.TdClassName
{
border-color: #D8B7D3;
}
.TagClassName
{
border-color: #D8B7D3;
}
</style>