Shades of French Lilac #DAB7D6
Tints of French Lilac #DAB7D6
RGB
CMYK
RGB Variations
Color information
#DAB7D6 (or 0xDAB7D6) is known color: French Lilac. HEX triplet: DA, B7 and D6. RGB value is (218,183,214). Sum of RGB (Red+Green+Blue) = 218+183+214=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7D6 is #254829. Grayscale: #C4C4C4. Windows color (decimal): -2443306 or 14071770. OLE color: 14071770.
HSL color Cylindrical-coordinate representation of color #DAB7D6: hue angle of 306.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7D6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 214 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.15 |
| HSL | 306.86º | 0.32% | 0.79% | - |
| HSV(B) | 306.86º | 0.16% | 0.85% | - |
| XYZ | 57.98 | 53.63 | 70.91 | - |
| YUV | 197 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 214 | 0 | 0.16 | 0.02 | 0.15 | 306.86 | 0.32 | 0.79 |
| Hex | DA | B7 | D6 | 0 | 10 | 2 | F | 133 | 20 | 4F |
| Octal | 332 | 267 | 326 | 0 | 20 | 2 | 17 | 463 | 40 | 117 |
| Binary | 11011010 | 10110111 | 11010110 | 0 | 10000 | 10 | 1111 | 100110011 | 100000 | 1001111 |
Color Harmonies of #DAB7D6
Complementary color
Monochromatic Colors of #DAB7D6
Black with #DAB7D6
Text Example
Text Example
White with #DAB7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7D6; }
p { color: rgb(218,183,214); }
H1.HeaderClassName
{
color: #DAB7D6;
}
.AnyTagClassName
{
color: #DAB7D6;
}
</style>
background-color css
<style>
a { background-color: #DAB7D6; }
a { background-color: rgb(218,183,214); }
div.DivClassName
{
background-color: #DAB7D6;
}
.BgClassName
{
background-color: #DAB7D6;
}
</style>
border-color css
<style>
span { border-color: #DAB7D6; }
span { border-color: rgb(218,183,214); }
td.TdClassName
{
border-color: #DAB7D6;
}
.TagClassName
{
border-color: #DAB7D6;
}
</style>