Shades of French Lilac #DAB9D8
Tints of French Lilac #DAB9D8
RGB
CMYK
RGB Variations
Color information
#DAB9D8 (or 0xDAB9D8) is known color: French Lilac. HEX triplet: DA, B9 and D8. RGB value is (218,185,216). Sum of RGB (Red+Green+Blue) = 218+185+216=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D8 is #254627. Grayscale: #C6C6C6. Windows color (decimal): -2442792 or 14203354. OLE color: 14203354.
HSL color Cylindrical-coordinate representation of color #DAB9D8: hue angle of 303.64º 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 #DAB9D8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 216 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.15 |
| HSL | 303.64º | 0.31% | 0.79% | - |
| HSV(B) | 303.64º | 0.15% | 0.85% | - |
| XYZ | 58.66 | 54.56 | 72.41 | - |
| YUV | 198.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 216 | 0 | 0.15 | 0.01 | 0.15 | 303.64 | 0.31 | 0.79 |
| Hex | DA | B9 | D8 | 0 | F | 1 | F | 130 | 1F | 4F |
| Octal | 332 | 271 | 330 | 0 | 17 | 1 | 17 | 460 | 37 | 117 |
| Binary | 11011010 | 10111001 | 11011000 | 0 | 1111 | 1 | 1111 | 100110000 | 11111 | 1001111 |
Color Harmonies of #DAB9D8
Complementary color
Monochromatic Colors of #DAB9D8
Black with #DAB9D8
Text Example
Text Example
White with #DAB9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9D8; }
p { color: rgb(218,185,216); }
H1.HeaderClassName
{
color: #DAB9D8;
}
.AnyTagClassName
{
color: #DAB9D8;
}
</style>
background-color css
<style>
a { background-color: #DAB9D8; }
a { background-color: rgb(218,185,216); }
div.DivClassName
{
background-color: #DAB9D8;
}
.BgClassName
{
background-color: #DAB9D8;
}
</style>
border-color css
<style>
span { border-color: #DAB9D8; }
span { border-color: rgb(218,185,216); }
td.TdClassName
{
border-color: #DAB9D8;
}
.TagClassName
{
border-color: #DAB9D8;
}
</style>