Shades of French Lilac #DAB5D7
Tints of French Lilac #DAB5D7
RGB
CMYK
RGB Variations
Color information
#DAB5D7 (or 0xDAB5D7) is known color: French Lilac. HEX triplet: DA, B5 and D7. RGB value is (218,181,215). Sum of RGB (Red+Green+Blue) = 218+181+215=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5D7 is #254A28. Grayscale: #C3C3C3. Windows color (decimal): -2443817 or 14136794. OLE color: 14136794.
HSL color Cylindrical-coordinate representation of color #DAB5D7: hue angle of 304.86º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB5D7 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 215 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.15 |
| HSL | 304.86º | 0.33% | 0.78% | - |
| HSV(B) | 304.86º | 0.17% | 0.85% | - |
| XYZ | 57.7 | 52.86 | 71.45 | - |
| YUV | 195.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 215 | 0 | 0.17 | 0.01 | 0.15 | 304.86 | 0.33 | 0.78 |
| Hex | DA | B5 | D7 | 0 | 11 | 1 | F | 131 | 21 | 4E |
| Octal | 332 | 265 | 327 | 0 | 21 | 1 | 17 | 461 | 41 | 116 |
| Binary | 11011010 | 10110101 | 11010111 | 0 | 10001 | 1 | 1111 | 100110001 | 100001 | 1001110 |
Color Harmonies of #DAB5D7
Complementary color
Monochromatic Colors of #DAB5D7
Black with #DAB5D7
Text Example
Text Example
White with #DAB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5D7; }
p { color: rgb(218,181,215); }
H1.HeaderClassName
{
color: #DAB5D7;
}
.AnyTagClassName
{
color: #DAB5D7;
}
</style>
background-color css
<style>
a { background-color: #DAB5D7; }
a { background-color: rgb(218,181,215); }
div.DivClassName
{
background-color: #DAB5D7;
}
.BgClassName
{
background-color: #DAB5D7;
}
</style>
border-color css
<style>
span { border-color: #DAB5D7; }
span { border-color: rgb(218,181,215); }
td.TdClassName
{
border-color: #DAB5D7;
}
.TagClassName
{
border-color: #DAB5D7;
}
</style>