Shades of French Lilac #D8BAD0
Tints of French Lilac #D8BAD0
RGB
CMYK
RGB Variations
Color information
#D8BAD0 (or 0xD8BAD0) is known color: French Lilac. HEX triplet: D8, BA and D0. RGB value is (216,186,208). Sum of RGB (Red+Green+Blue) = 216+186+208=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD0 is #27452F. Grayscale: #C5C5C5. Windows color (decimal): -2573616 or 13679320. OLE color: 13679320.
HSL color Cylindrical-coordinate representation of color #D8BAD0: hue angle of 316º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BAD0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 208 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.15 |
| HSL | 316º | 0.28% | 0.79% | - |
| HSV(B) | 316º | 0.14% | 0.85% | - |
| XYZ | 57.26 | 54.27 | 67.13 | - |
| YUV | 197.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 208 | 0 | 0.14 | 0.04 | 0.15 | 316 | 0.28 | 0.79 |
| Hex | D8 | BA | D0 | 0 | E | 4 | F | 13C | 1C | 4F |
| Octal | 330 | 272 | 320 | 0 | 16 | 4 | 17 | 474 | 34 | 117 |
| Binary | 11011000 | 10111010 | 11010000 | 0 | 1110 | 100 | 1111 | 100111100 | 11100 | 1001111 |
Color Harmonies of #D8BAD0
Complementary color
Monochromatic Colors of #D8BAD0
Black with #D8BAD0
Text Example
Text Example
White with #D8BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAD0; }
p { color: rgb(216,186,208); }
H1.HeaderClassName
{
color: #D8BAD0;
}
.AnyTagClassName
{
color: #D8BAD0;
}
</style>
background-color css
<style>
a { background-color: #D8BAD0; }
a { background-color: rgb(216,186,208); }
div.DivClassName
{
background-color: #D8BAD0;
}
.BgClassName
{
background-color: #D8BAD0;
}
</style>
border-color css
<style>
span { border-color: #D8BAD0; }
span { border-color: rgb(216,186,208); }
td.TdClassName
{
border-color: #D8BAD0;
}
.TagClassName
{
border-color: #D8BAD0;
}
</style>