Shades of French Lilac #DAAFD5
Tints of French Lilac #DAAFD5
RGB
CMYK
RGB Variations
Color information
#DAAFD5 (or 0xDAAFD5) is known color: French Lilac. HEX triplet: DA, AF and D5. RGB value is (218,175,213). Sum of RGB (Red+Green+Blue) = 218+175+213=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD5 is #25502A. Grayscale: #C0C0C0. Windows color (decimal): -2445355 or 14004186. OLE color: 14004186.
HSL color Cylindrical-coordinate representation of color #DAAFD5: hue angle of 306.98º 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 #DAAFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 213 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.15 |
| HSL | 306.98º | 0.37% | 0.77% | - |
| HSV(B) | 306.98º | 0.2% | 0.85% | - |
| XYZ | 56.25 | 50.37 | 69.71 | - |
| YUV | 192.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 213 | 0 | 0.20 | 0.02 | 0.15 | 306.98 | 0.37 | 0.77 |
| Hex | DA | AF | D5 | 0 | 14 | 2 | F | 133 | 25 | 4D |
| Octal | 332 | 257 | 325 | 0 | 24 | 2 | 17 | 463 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11010101 | 0 | 10100 | 10 | 1111 | 100110011 | 100101 | 1001101 |
Color Harmonies of #DAAFD5
Complementary color
Monochromatic Colors of #DAAFD5
Black with #DAAFD5
Text Example
Text Example
White with #DAAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFD5; }
p { color: rgb(218,175,213); }
H1.HeaderClassName
{
color: #DAAFD5;
}
.AnyTagClassName
{
color: #DAAFD5;
}
</style>
background-color css
<style>
a { background-color: #DAAFD5; }
a { background-color: rgb(218,175,213); }
div.DivClassName
{
background-color: #DAAFD5;
}
.BgClassName
{
background-color: #DAAFD5;
}
</style>
border-color css
<style>
span { border-color: #DAAFD5; }
span { border-color: rgb(218,175,213); }
td.TdClassName
{
border-color: #DAAFD5;
}
.TagClassName
{
border-color: #DAAFD5;
}
</style>