Shades of French Lilac #DAAED5
Tints of French Lilac #DAAED5
RGB
CMYK
RGB Variations
Color information
#DAAED5 (or 0xDAAED5) is known color: French Lilac. HEX triplet: DA, AE and D5. RGB value is (218,174,213). Sum of RGB (Red+Green+Blue) = 218+174+213=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED5 is #25512A. Grayscale: #BFBFBF. Windows color (decimal): -2445611 or 14003930. OLE color: 14003930.
HSL color Cylindrical-coordinate representation of color #DAAED5: hue angle of 306.82º 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 #DAAED5 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 213 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.15 |
| HSL | 306.82º | 0.37% | 0.77% | - |
| HSV(B) | 306.82º | 0.2% | 0.85% | - |
| XYZ | 56.06 | 49.98 | 69.64 | - |
| YUV | 191.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 213 | 0 | 0.20 | 0.02 | 0.15 | 306.82 | 0.37 | 0.77 |
| Hex | DA | AE | D5 | 0 | 14 | 2 | F | 133 | 25 | 4D |
| Octal | 332 | 256 | 325 | 0 | 24 | 2 | 17 | 463 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11010101 | 0 | 10100 | 10 | 1111 | 100110011 | 100101 | 1001101 |
Color Harmonies of #DAAED5
Complementary color
Monochromatic Colors of #DAAED5
Black with #DAAED5
Text Example
Text Example
White with #DAAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAED5; }
p { color: rgb(218,174,213); }
H1.HeaderClassName
{
color: #DAAED5;
}
.AnyTagClassName
{
color: #DAAED5;
}
</style>
background-color css
<style>
a { background-color: #DAAED5; }
a { background-color: rgb(218,174,213); }
div.DivClassName
{
background-color: #DAAED5;
}
.BgClassName
{
background-color: #DAAED5;
}
</style>
border-color css
<style>
span { border-color: #DAAED5; }
span { border-color: rgb(218,174,213); }
td.TdClassName
{
border-color: #DAAED5;
}
.TagClassName
{
border-color: #DAAED5;
}
</style>