Shades of French Lilac #DAA6D1
Tints of French Lilac #DAA6D1
RGB
CMYK
RGB Variations
Color information
#DAA6D1 (or 0xDAA6D1) is known color: French Lilac. HEX triplet: DA, A6 and D1. RGB value is (218,166,209). Sum of RGB (Red+Green+Blue) = 218+166+209=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6D1 is #25592E. Grayscale: #BABABA. Windows color (decimal): -2447663 or 13739738. OLE color: 13739738.
HSL color Cylindrical-coordinate representation of color #DAA6D1: hue angle of 310.38º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6D1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 209 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.15 |
| HSL | 310.38º | 0.41% | 0.75% | - |
| HSV(B) | 310.38º | 0.24% | 0.85% | - |
| XYZ | 54.06 | 46.78 | 66.5 | - |
| YUV | 186.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 209 | 0 | 0.24 | 0.04 | 0.15 | 310.38 | 0.41 | 0.75 |
| Hex | DA | A6 | D1 | 0 | 18 | 4 | F | 136 | 29 | 4B |
| Octal | 332 | 246 | 321 | 0 | 30 | 4 | 17 | 466 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11010001 | 0 | 11000 | 100 | 1111 | 100110110 | 101001 | 1001011 |
Color Harmonies of #DAA6D1
Complementary color
Monochromatic Colors of #DAA6D1
Black with #DAA6D1
Text Example
Text Example
White with #DAA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6D1; }
p { color: rgb(218,166,209); }
H1.HeaderClassName
{
color: #DAA6D1;
}
.AnyTagClassName
{
color: #DAA6D1;
}
</style>
background-color css
<style>
a { background-color: #DAA6D1; }
a { background-color: rgb(218,166,209); }
div.DivClassName
{
background-color: #DAA6D1;
}
.BgClassName
{
background-color: #DAA6D1;
}
</style>
border-color css
<style>
span { border-color: #DAA6D1; }
span { border-color: rgb(218,166,209); }
td.TdClassName
{
border-color: #DAA6D1;
}
.TagClassName
{
border-color: #DAA6D1;
}
</style>