Shades of French Lilac #DAB9D6
Tints of French Lilac #DAB9D6
RGB
CMYK
RGB Variations
Color information
#DAB9D6 (or 0xDAB9D6) is known color: French Lilac. HEX triplet: DA, B9 and D6. RGB value is (218,185,214). Sum of RGB (Red+Green+Blue) = 218+185+214=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D6 is #254629. Grayscale: #C6C6C6. Windows color (decimal): -2442794 or 14072282. OLE color: 14072282.
HSL color Cylindrical-coordinate representation of color #DAB9D6: hue angle of 307.27º 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 #DAB9D6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 185 | 214 | - |
CMYK | 0 | 0.15 | 0.02 | 0.15 |
HSL | 307.27º | 0.31% | 0.79% | - |
HSV(B) | 307.27º | 0.15% | 0.85% | - |
XYZ | 58.4 | 54.46 | 71.05 | - |
YUV | 198.17 | 136.93 | 142.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 214 | 0 | 0.15 | 0.02 | 0.15 | 307.27 | 0.31 | 0.79 |
Hex | DA | B9 | D6 | 0 | F | 2 | F | 133 | 1F | 4F |
Octal | 332 | 271 | 326 | 0 | 17 | 2 | 17 | 463 | 37 | 117 |
Binary | 11011010 | 10111001 | 11010110 | 0 | 1111 | 10 | 1111 | 100110011 | 11111 | 1001111 |
Color Harmonies of #DAB9D6
Complementary color
Monochromatic Colors of #DAB9D6
Black with #DAB9D6
Text Example
Text Example
White with #DAB9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9D6; }
p { color: rgb(218,185,214); }
H1.HeaderClassName
{
color: #DAB9D6;
}
.AnyTagClassName
{
color: #DAB9D6;
}
</style>
background-color css
<style>
a { background-color: #DAB9D6; }
a { background-color: rgb(218,185,214); }
div.DivClassName
{
background-color: #DAB9D6;
}
.BgClassName
{
background-color: #DAB9D6;
}
</style>
border-color css
<style>
span { border-color: #DAB9D6; }
span { border-color: rgb(218,185,214); }
td.TdClassName
{
border-color: #DAB9D6;
}
.TagClassName
{
border-color: #DAB9D6;
}
</style>