Shades of French Lilac #DAA6D0
Tints of French Lilac #DAA6D0
RGB
CMYK
RGB Variations
Color information
#DAA6D0 (or 0xDAA6D0) is known color: French Lilac. HEX triplet: DA, A6 and D0. RGB value is (218,166,208). Sum of RGB (Red+Green+Blue) = 218+166+208=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6D0 is #25592F. Grayscale: #BABABA. Windows color (decimal): -2447664 or 13674202. OLE color: 13674202.
HSL color Cylindrical-coordinate representation of color #DAA6D0: hue angle of 311.54º 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 #DAA6D0 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 208 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.15 |
| HSL | 311.54º | 0.41% | 0.75% | - |
| HSV(B) | 311.54º | 0.24% | 0.85% | - |
| XYZ | 53.93 | 46.73 | 65.85 | - |
| YUV | 186.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 208 | 0 | 0.24 | 0.05 | 0.15 | 311.54 | 0.41 | 0.75 |
| Hex | DA | A6 | D0 | 0 | 18 | 5 | F | 138 | 29 | 4B |
| Octal | 332 | 246 | 320 | 0 | 30 | 5 | 17 | 470 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11010000 | 0 | 11000 | 101 | 1111 | 100111000 | 101001 | 1001011 |
Color Harmonies of #DAA6D0
Complementary color
Monochromatic Colors of #DAA6D0
Black with #DAA6D0
Text Example
Text Example
White with #DAA6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6D0; }
p { color: rgb(218,166,208); }
H1.HeaderClassName
{
color: #DAA6D0;
}
.AnyTagClassName
{
color: #DAA6D0;
}
</style>
background-color css
<style>
a { background-color: #DAA6D0; }
a { background-color: rgb(218,166,208); }
div.DivClassName
{
background-color: #DAA6D0;
}
.BgClassName
{
background-color: #DAA6D0;
}
</style>
border-color css
<style>
span { border-color: #DAA6D0; }
span { border-color: rgb(218,166,208); }
td.TdClassName
{
border-color: #DAA6D0;
}
.TagClassName
{
border-color: #DAA6D0;
}
</style>