Shades of French Lilac #DAA9D4
Tints of French Lilac #DAA9D4
RGB
CMYK
RGB Variations
Color information
#DAA9D4 (or 0xDAA9D4) is known color: French Lilac. HEX triplet: DA, A9 and D4. RGB value is (218,169,212). Sum of RGB (Red+Green+Blue) = 218+169+212=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9D4 is #25562B. Grayscale: #BCBCBC. Windows color (decimal): -2446892 or 13937114. OLE color: 13937114.
HSL color Cylindrical-coordinate representation of color #DAA9D4: hue angle of 307.35º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9D4 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 212 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.15 |
| HSL | 307.35º | 0.4% | 0.76% | - |
| HSV(B) | 307.35º | 0.22% | 0.85% | - |
| XYZ | 54.99 | 48.03 | 68.66 | - |
| YUV | 188.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 212 | 0 | 0.22 | 0.03 | 0.15 | 307.35 | 0.4 | 0.76 |
| Hex | DA | A9 | D4 | 0 | 16 | 3 | F | 133 | 28 | 4C |
| Octal | 332 | 251 | 324 | 0 | 26 | 3 | 17 | 463 | 50 | 114 |
| Binary | 11011010 | 10101001 | 11010100 | 0 | 10110 | 11 | 1111 | 100110011 | 101000 | 1001100 |
Color Harmonies of #DAA9D4
Complementary color
Monochromatic Colors of #DAA9D4
Black with #DAA9D4
Text Example
Text Example
White with #DAA9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9D4; }
p { color: rgb(218,169,212); }
H1.HeaderClassName
{
color: #DAA9D4;
}
.AnyTagClassName
{
color: #DAA9D4;
}
</style>
background-color css
<style>
a { background-color: #DAA9D4; }
a { background-color: rgb(218,169,212); }
div.DivClassName
{
background-color: #DAA9D4;
}
.BgClassName
{
background-color: #DAA9D4;
}
</style>
border-color css
<style>
span { border-color: #DAA9D4; }
span { border-color: rgb(218,169,212); }
td.TdClassName
{
border-color: #DAA9D4;
}
.TagClassName
{
border-color: #DAA9D4;
}
</style>