Shades of French Lilac #DAA8D1
Tints of French Lilac #DAA8D1
RGB
CMYK
RGB Variations
Color information
#DAA8D1 (or 0xDAA8D1) is known color: French Lilac. HEX triplet: DA, A8 and D1. RGB value is (218,168,209). Sum of RGB (Red+Green+Blue) = 218+168+209=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D1 is #25572E. Grayscale: #BBBBBB. Windows color (decimal): -2447151 or 13740250. OLE color: 13740250.
HSL color Cylindrical-coordinate representation of color #DAA8D1: hue angle of 310.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8D1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 209 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.15 |
| HSL | 310.8º | 0.4% | 0.76% | - |
| HSV(B) | 310.8º | 0.23% | 0.85% | - |
| XYZ | 54.42 | 47.51 | 66.62 | - |
| YUV | 187.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 209 | 0 | 0.23 | 0.04 | 0.15 | 310.8 | 0.4 | 0.76 |
| Hex | DA | A8 | D1 | 0 | 17 | 4 | F | 137 | 28 | 4C |
| Octal | 332 | 250 | 321 | 0 | 27 | 4 | 17 | 467 | 50 | 114 |
| Binary | 11011010 | 10101000 | 11010001 | 0 | 10111 | 100 | 1111 | 100110111 | 101000 | 1001100 |
Color Harmonies of #DAA8D1
Complementary color
Monochromatic Colors of #DAA8D1
Black with #DAA8D1
Text Example
Text Example
White with #DAA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8D1; }
p { color: rgb(218,168,209); }
H1.HeaderClassName
{
color: #DAA8D1;
}
.AnyTagClassName
{
color: #DAA8D1;
}
</style>
background-color css
<style>
a { background-color: #DAA8D1; }
a { background-color: rgb(218,168,209); }
div.DivClassName
{
background-color: #DAA8D1;
}
.BgClassName
{
background-color: #DAA8D1;
}
</style>
border-color css
<style>
span { border-color: #DAA8D1; }
span { border-color: rgb(218,168,209); }
td.TdClassName
{
border-color: #DAA8D1;
}
.TagClassName
{
border-color: #DAA8D1;
}
</style>