Shades of French Lilac #D8B0D7
Tints of French Lilac #D8B0D7
RGB
CMYK
RGB Variations
Color information
#D8B0D7 (or 0xD8B0D7) is known color: French Lilac. HEX triplet: D8, B0 and D7. RGB value is (216,176,215). Sum of RGB (Red+Green+Blue) = 216+176+215=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0D7 is #274F28. Grayscale: #C0C0C0. Windows color (decimal): -2576169 or 14135512. OLE color: 14135512.
HSL color Cylindrical-coordinate representation of color #D8B0D7: hue angle of 301.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0D7 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 215 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.15 |
| HSL | 301.5º | 0.34% | 0.77% | - |
| HSV(B) | 301.5º | 0.19% | 0.85% | - |
| XYZ | 56.11 | 50.56 | 71.09 | - |
| YUV | 192.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 215 | 0 | 0.19 | 0.00 | 0.15 | 301.5 | 0.34 | 0.77 |
| Hex | D8 | B0 | D7 | 0 | 13 | 0 | F | 12E | 22 | 4D |
| Octal | 330 | 260 | 327 | 0 | 23 | 0 | 17 | 456 | 42 | 115 |
| Binary | 11011000 | 10110000 | 11010111 | 0 | 10011 | 0 | 1111 | 100101110 | 100010 | 1001101 |
Color Harmonies of #D8B0D7
Complementary color
Monochromatic Colors of #D8B0D7
Black with #D8B0D7
Text Example
Text Example
White with #D8B0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0D7; }
p { color: rgb(216,176,215); }
H1.HeaderClassName
{
color: #D8B0D7;
}
.AnyTagClassName
{
color: #D8B0D7;
}
</style>
background-color css
<style>
a { background-color: #D8B0D7; }
a { background-color: rgb(216,176,215); }
div.DivClassName
{
background-color: #D8B0D7;
}
.BgClassName
{
background-color: #D8B0D7;
}
</style>
border-color css
<style>
span { border-color: #D8B0D7; }
span { border-color: rgb(216,176,215); }
td.TdClassName
{
border-color: #D8B0D7;
}
.TagClassName
{
border-color: #D8B0D7;
}
</style>