Shades of French Lilac #DAB9D0
Tints of French Lilac #DAB9D0
RGB
CMYK
RGB Variations
Color information
#DAB9D0 (or 0xDAB9D0) is known color: French Lilac. HEX triplet: DA, B9 and D0. RGB value is (218,185,208). Sum of RGB (Red+Green+Blue) = 218+185+208=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D0 is #25462F. Grayscale: #C5C5C5. Windows color (decimal): -2442800 or 13679066. OLE color: 13679066.
HSL color Cylindrical-coordinate representation of color #DAB9D0: hue angle of 318.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9D0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 208 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.15 |
| HSL | 318.18º | 0.31% | 0.79% | - |
| HSV(B) | 318.18º | 0.15% | 0.85% | - |
| XYZ | 57.65 | 54.16 | 67.09 | - |
| YUV | 197.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 208 | 0 | 0.15 | 0.05 | 0.15 | 318.18 | 0.31 | 0.79 |
| Hex | DA | B9 | D0 | 0 | F | 5 | F | 13E | 1F | 4F |
| Octal | 332 | 271 | 320 | 0 | 17 | 5 | 17 | 476 | 37 | 117 |
| Binary | 11011010 | 10111001 | 11010000 | 0 | 1111 | 101 | 1111 | 100111110 | 11111 | 1001111 |
Color Harmonies of #DAB9D0
Complementary color
Monochromatic Colors of #DAB9D0
Black with #DAB9D0
Text Example
Text Example
White with #DAB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9D0; }
p { color: rgb(218,185,208); }
H1.HeaderClassName
{
color: #DAB9D0;
}
.AnyTagClassName
{
color: #DAB9D0;
}
</style>
background-color css
<style>
a { background-color: #DAB9D0; }
a { background-color: rgb(218,185,208); }
div.DivClassName
{
background-color: #DAB9D0;
}
.BgClassName
{
background-color: #DAB9D0;
}
</style>
border-color css
<style>
span { border-color: #DAB9D0; }
span { border-color: rgb(218,185,208); }
td.TdClassName
{
border-color: #DAB9D0;
}
.TagClassName
{
border-color: #DAB9D0;
}
</style>