Shades of French Lilac #DAAFD7
Tints of French Lilac #DAAFD7
RGB
CMYK
RGB Variations
Color information
#DAAFD7 (or 0xDAAFD7) is known color: French Lilac. HEX triplet: DA, AF and D7. RGB value is (218,175,215). Sum of RGB (Red+Green+Blue) = 218+175+215=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD7 is #255028. Grayscale: #C0C0C0. Windows color (decimal): -2445353 or 14135258. OLE color: 14135258.
HSL color Cylindrical-coordinate representation of color #DAAFD7: hue angle of 304.19º 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 #DAAFD7 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 215 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.15 |
| HSL | 304.19º | 0.37% | 0.77% | - |
| HSV(B) | 304.19º | 0.2% | 0.85% | - |
| XYZ | 56.51 | 50.47 | 71.05 | - |
| YUV | 192.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 215 | 0 | 0.20 | 0.01 | 0.15 | 304.19 | 0.37 | 0.77 |
| Hex | DA | AF | D7 | 0 | 14 | 1 | F | 130 | 25 | 4D |
| Octal | 332 | 257 | 327 | 0 | 24 | 1 | 17 | 460 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11010111 | 0 | 10100 | 1 | 1111 | 100110000 | 100101 | 1001101 |
Color Harmonies of #DAAFD7
Complementary color
Monochromatic Colors of #DAAFD7
Black with #DAAFD7
Text Example
Text Example
White with #DAAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFD7; }
p { color: rgb(218,175,215); }
H1.HeaderClassName
{
color: #DAAFD7;
}
.AnyTagClassName
{
color: #DAAFD7;
}
</style>
background-color css
<style>
a { background-color: #DAAFD7; }
a { background-color: rgb(218,175,215); }
div.DivClassName
{
background-color: #DAAFD7;
}
.BgClassName
{
background-color: #DAAFD7;
}
</style>
border-color css
<style>
span { border-color: #DAAFD7; }
span { border-color: rgb(218,175,215); }
td.TdClassName
{
border-color: #DAAFD7;
}
.TagClassName
{
border-color: #DAAFD7;
}
</style>