Shades of French Lilac #DAA7D1
Tints of French Lilac #DAA7D1
RGB
CMYK
RGB Variations
Color information
#DAA7D1 (or 0xDAA7D1) is known color: French Lilac. HEX triplet: DA, A7 and D1. RGB value is (218,167,209). Sum of RGB (Red+Green+Blue) = 218+167+209=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7D1 is #25582E. Grayscale: #BABABA. Windows color (decimal): -2447407 or 13739994. OLE color: 13739994.
HSL color Cylindrical-coordinate representation of color #DAA7D1: hue angle of 310.59º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7D1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 209 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.15 |
| HSL | 310.59º | 0.41% | 0.75% | - |
| HSV(B) | 310.59º | 0.23% | 0.85% | - |
| XYZ | 54.24 | 47.15 | 66.56 | - |
| YUV | 187.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 209 | 0 | 0.23 | 0.04 | 0.15 | 310.59 | 0.41 | 0.75 |
| Hex | DA | A7 | D1 | 0 | 17 | 4 | F | 137 | 29 | 4B |
| Octal | 332 | 247 | 321 | 0 | 27 | 4 | 17 | 467 | 51 | 113 |
| Binary | 11011010 | 10100111 | 11010001 | 0 | 10111 | 100 | 1111 | 100110111 | 101001 | 1001011 |
Color Harmonies of #DAA7D1
Complementary color
Monochromatic Colors of #DAA7D1
Black with #DAA7D1
Text Example
Text Example
White with #DAA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7D1; }
p { color: rgb(218,167,209); }
H1.HeaderClassName
{
color: #DAA7D1;
}
.AnyTagClassName
{
color: #DAA7D1;
}
</style>
background-color css
<style>
a { background-color: #DAA7D1; }
a { background-color: rgb(218,167,209); }
div.DivClassName
{
background-color: #DAA7D1;
}
.BgClassName
{
background-color: #DAA7D1;
}
</style>
border-color css
<style>
span { border-color: #DAA7D1; }
span { border-color: rgb(218,167,209); }
td.TdClassName
{
border-color: #DAA7D1;
}
.TagClassName
{
border-color: #DAA7D1;
}
</style>