Shades of French Lilac #D8BDD4
Tints of French Lilac #D8BDD4
RGB
CMYK
RGB Variations
Color information
#D8BDD4 (or 0xD8BDD4) is known color: French Lilac. HEX triplet: D8, BD and D4. RGB value is (216,189,212). Sum of RGB (Red+Green+Blue) = 216+189+212=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDD4 is #27422B. Grayscale: #C7C7C7. Windows color (decimal): -2572844 or 13942232. OLE color: 13942232.
HSL color Cylindrical-coordinate representation of color #D8BDD4: hue angle of 308.89º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BDD4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 212 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.15 |
| HSL | 308.89º | 0.26% | 0.79% | - |
| HSV(B) | 308.89º | 0.13% | 0.85% | - |
| XYZ | 58.4 | 55.75 | 69.97 | - |
| YUV | 199.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 212 | 0 | 0.12 | 0.02 | 0.15 | 308.89 | 0.26 | 0.79 |
| Hex | D8 | BD | D4 | 0 | C | 2 | F | 135 | 1A | 4F |
| Octal | 330 | 275 | 324 | 0 | 14 | 2 | 17 | 465 | 32 | 117 |
| Binary | 11011000 | 10111101 | 11010100 | 0 | 1100 | 10 | 1111 | 100110101 | 11010 | 1001111 |
Color Harmonies of #D8BDD4
Complementary color
Monochromatic Colors of #D8BDD4
Black with #D8BDD4
Text Example
Text Example
White with #D8BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDD4; }
p { color: rgb(216,189,212); }
H1.HeaderClassName
{
color: #D8BDD4;
}
.AnyTagClassName
{
color: #D8BDD4;
}
</style>
background-color css
<style>
a { background-color: #D8BDD4; }
a { background-color: rgb(216,189,212); }
div.DivClassName
{
background-color: #D8BDD4;
}
.BgClassName
{
background-color: #D8BDD4;
}
</style>
border-color css
<style>
span { border-color: #D8BDD4; }
span { border-color: rgb(216,189,212); }
td.TdClassName
{
border-color: #D8BDD4;
}
.TagClassName
{
border-color: #D8BDD4;
}
</style>