Shades of French Lilac #DAAFD9
Tints of French Lilac #DAAFD9
RGB
CMYK
RGB Variations
Color information
#DAAFD9 (or 0xDAAFD9) is known color: French Lilac. HEX triplet: DA, AF and D9. RGB value is (218,175,217). Sum of RGB (Red+Green+Blue) = 218+175+217=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD9 is #255026. Grayscale: #C0C0C0. Windows color (decimal): -2445351 or 14266330. OLE color: 14266330.
HSL color Cylindrical-coordinate representation of color #DAAFD9: hue angle of 301.4º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFD9 is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 217 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.15 |
| HSL | 301.4º | 0.37% | 0.77% | - |
| HSV(B) | 301.4º | 0.2% | 0.85% | - |
| XYZ | 56.77 | 50.58 | 72.42 | - |
| YUV | 192.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 217 | 0 | 0.20 | 0.00 | 0.15 | 301.4 | 0.37 | 0.77 |
| Hex | DA | AF | D9 | 0 | 14 | 0 | F | 12D | 25 | 4D |
| Octal | 332 | 257 | 331 | 0 | 24 | 0 | 17 | 455 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11011001 | 0 | 10100 | 0 | 1111 | 100101101 | 100101 | 1001101 |
Color Harmonies of #DAAFD9
Complementary color
Monochromatic Colors of #DAAFD9
Black with #DAAFD9
Text Example
Text Example
White with #DAAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFD9; }
p { color: rgb(218,175,217); }
H1.HeaderClassName
{
color: #DAAFD9;
}
.AnyTagClassName
{
color: #DAAFD9;
}
</style>
background-color css
<style>
a { background-color: #DAAFD9; }
a { background-color: rgb(218,175,217); }
div.DivClassName
{
background-color: #DAAFD9;
}
.BgClassName
{
background-color: #DAAFD9;
}
</style>
border-color css
<style>
span { border-color: #DAAFD9; }
span { border-color: rgb(218,175,217); }
td.TdClassName
{
border-color: #DAAFD9;
}
.TagClassName
{
border-color: #DAAFD9;
}
</style>