Shades of French Lilac #D8B7D2
Tints of French Lilac #D8B7D2
RGB
CMYK
RGB Variations
Color information
#D8B7D2 (or 0xD8B7D2) is known color: French Lilac. HEX triplet: D8, B7 and D2. RGB value is (216,183,210). Sum of RGB (Red+Green+Blue) = 216+183+210=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7D2 is #27482D. Grayscale: #C3C3C3. Windows color (decimal): -2574382 or 13809624. OLE color: 13809624.
HSL color Cylindrical-coordinate representation of color #D8B7D2: hue angle of 310.91º 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 #D8B7D2 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 210 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.15 |
| HSL | 310.91º | 0.3% | 0.78% | - |
| HSV(B) | 310.91º | 0.15% | 0.85% | - |
| XYZ | 56.89 | 53.12 | 68.23 | - |
| YUV | 195.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 210 | 0 | 0.15 | 0.03 | 0.15 | 310.91 | 0.3 | 0.78 |
| Hex | D8 | B7 | D2 | 0 | F | 3 | F | 137 | 1E | 4E |
| Octal | 330 | 267 | 322 | 0 | 17 | 3 | 17 | 467 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11010010 | 0 | 1111 | 11 | 1111 | 100110111 | 11110 | 1001110 |
Color Harmonies of #D8B7D2
Complementary color
Monochromatic Colors of #D8B7D2
Black with #D8B7D2
Text Example
Text Example
White with #D8B7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7D2; }
p { color: rgb(216,183,210); }
H1.HeaderClassName
{
color: #D8B7D2;
}
.AnyTagClassName
{
color: #D8B7D2;
}
</style>
background-color css
<style>
a { background-color: #D8B7D2; }
a { background-color: rgb(216,183,210); }
div.DivClassName
{
background-color: #D8B7D2;
}
.BgClassName
{
background-color: #D8B7D2;
}
</style>
border-color css
<style>
span { border-color: #D8B7D2; }
span { border-color: rgb(216,183,210); }
td.TdClassName
{
border-color: #D8B7D2;
}
.TagClassName
{
border-color: #D8B7D2;
}
</style>