Shades of French Lilac #DAA8D0
Tints of French Lilac #DAA8D0
RGB
CMYK
RGB Variations
Color information
#DAA8D0 (or 0xDAA8D0) is known color: French Lilac. HEX triplet: DA, A8 and D0. RGB value is (218,168,208). Sum of RGB (Red+Green+Blue) = 218+168+208=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D0 is #25572F. Grayscale: #BBBBBB. Windows color (decimal): -2447152 or 13674714. OLE color: 13674714.
HSL color Cylindrical-coordinate representation of color #DAA8D0: hue angle of 312º 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 #DAA8D0 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 208 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.15 |
| HSL | 312º | 0.4% | 0.76% | - |
| HSV(B) | 312º | 0.23% | 0.85% | - |
| XYZ | 54.3 | 47.46 | 65.97 | - |
| YUV | 187.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 208 | 0 | 0.23 | 0.05 | 0.15 | 312 | 0.4 | 0.76 |
| Hex | DA | A8 | D0 | 0 | 17 | 5 | F | 138 | 28 | 4C |
| Octal | 332 | 250 | 320 | 0 | 27 | 5 | 17 | 470 | 50 | 114 |
| Binary | 11011010 | 10101000 | 11010000 | 0 | 10111 | 101 | 1111 | 100111000 | 101000 | 1001100 |
Color Harmonies of #DAA8D0
Complementary color
Monochromatic Colors of #DAA8D0
Black with #DAA8D0
Text Example
Text Example
White with #DAA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8D0; }
p { color: rgb(218,168,208); }
H1.HeaderClassName
{
color: #DAA8D0;
}
.AnyTagClassName
{
color: #DAA8D0;
}
</style>
background-color css
<style>
a { background-color: #DAA8D0; }
a { background-color: rgb(218,168,208); }
div.DivClassName
{
background-color: #DAA8D0;
}
.BgClassName
{
background-color: #DAA8D0;
}
</style>
border-color css
<style>
span { border-color: #DAA8D0; }
span { border-color: rgb(218,168,208); }
td.TdClassName
{
border-color: #DAA8D0;
}
.TagClassName
{
border-color: #DAA8D0;
}
</style>