Shades of French Lilac #DAAFD6
Tints of French Lilac #DAAFD6
RGB
CMYK
RGB Variations
Color information
#DAAFD6 (or 0xDAAFD6) is known color: French Lilac. HEX triplet: DA, AF and D6. RGB value is (218,175,214). Sum of RGB (Red+Green+Blue) = 218+175+214=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD6 is #255029. Grayscale: #C0C0C0. Windows color (decimal): -2445354 or 14069722. OLE color: 14069722.
HSL color Cylindrical-coordinate representation of color #DAAFD6: hue angle of 305.58º 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 #DAAFD6 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 214 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.15 |
| HSL | 305.58º | 0.37% | 0.77% | - |
| HSV(B) | 305.58º | 0.2% | 0.85% | - |
| XYZ | 56.38 | 50.42 | 70.38 | - |
| YUV | 192.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 214 | 0 | 0.20 | 0.02 | 0.15 | 305.58 | 0.37 | 0.77 |
| Hex | DA | AF | D6 | 0 | 14 | 2 | F | 132 | 25 | 4D |
| Octal | 332 | 257 | 326 | 0 | 24 | 2 | 17 | 462 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11010110 | 0 | 10100 | 10 | 1111 | 100110010 | 100101 | 1001101 |
Color Harmonies of #DAAFD6
Complementary color
Monochromatic Colors of #DAAFD6
Black with #DAAFD6
Text Example
Text Example
White with #DAAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFD6; }
p { color: rgb(218,175,214); }
H1.HeaderClassName
{
color: #DAAFD6;
}
.AnyTagClassName
{
color: #DAAFD6;
}
</style>
background-color css
<style>
a { background-color: #DAAFD6; }
a { background-color: rgb(218,175,214); }
div.DivClassName
{
background-color: #DAAFD6;
}
.BgClassName
{
background-color: #DAAFD6;
}
</style>
border-color css
<style>
span { border-color: #DAAFD6; }
span { border-color: rgb(218,175,214); }
td.TdClassName
{
border-color: #DAAFD6;
}
.TagClassName
{
border-color: #DAAFD6;
}
</style>