Shades of French Lilac #DAADD9
Tints of French Lilac #DAADD9
RGB
CMYK
RGB Variations
Color information
#DAADD9 (or 0xDAADD9) is known color: French Lilac. HEX triplet: DA, AD and D9. RGB value is (218,173,217). Sum of RGB (Red+Green+Blue) = 218+173+217=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADD9 is #255226. Grayscale: #BFBFBF. Windows color (decimal): -2445863 or 14265818. OLE color: 14265818.
HSL color Cylindrical-coordinate representation of color #DAADD9: hue angle of 301.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADD9 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 217 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.15 |
| HSL | 301.33º | 0.38% | 0.77% | - |
| HSV(B) | 301.33º | 0.21% | 0.85% | - |
| XYZ | 56.38 | 49.8 | 72.29 | - |
| YUV | 191.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 217 | 0 | 0.21 | 0.00 | 0.15 | 301.33 | 0.38 | 0.77 |
| Hex | DA | AD | D9 | 0 | 15 | 0 | F | 12D | 26 | 4D |
| Octal | 332 | 255 | 331 | 0 | 25 | 0 | 17 | 455 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11011001 | 0 | 10101 | 0 | 1111 | 100101101 | 100110 | 1001101 |
Color Harmonies of #DAADD9
Complementary color
Monochromatic Colors of #DAADD9
Black with #DAADD9
Text Example
Text Example
White with #DAADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADD9; }
p { color: rgb(218,173,217); }
H1.HeaderClassName
{
color: #DAADD9;
}
.AnyTagClassName
{
color: #DAADD9;
}
</style>
background-color css
<style>
a { background-color: #DAADD9; }
a { background-color: rgb(218,173,217); }
div.DivClassName
{
background-color: #DAADD9;
}
.BgClassName
{
background-color: #DAADD9;
}
</style>
border-color css
<style>
span { border-color: #DAADD9; }
span { border-color: rgb(218,173,217); }
td.TdClassName
{
border-color: #DAADD9;
}
.TagClassName
{
border-color: #DAADD9;
}
</style>