Shades of French Lilac #DAAED7
Tints of French Lilac #DAAED7
RGB
CMYK
RGB Variations
Color information
#DAAED7 (or 0xDAAED7) is known color: French Lilac. HEX triplet: DA, AE and D7. RGB value is (218,174,215). Sum of RGB (Red+Green+Blue) = 218+174+215=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED7 is #255128. Grayscale: #BFBFBF. Windows color (decimal): -2445609 or 14135002. OLE color: 14135002.
HSL color Cylindrical-coordinate representation of color #DAAED7: hue angle of 304.09º 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 #DAAED7 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 215 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.15 |
| HSL | 304.09º | 0.37% | 0.77% | - |
| HSV(B) | 304.09º | 0.2% | 0.85% | - |
| XYZ | 56.32 | 50.08 | 70.99 | - |
| YUV | 191.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 215 | 0 | 0.20 | 0.01 | 0.15 | 304.09 | 0.37 | 0.77 |
| Hex | DA | AE | D7 | 0 | 14 | 1 | F | 130 | 25 | 4D |
| Octal | 332 | 256 | 327 | 0 | 24 | 1 | 17 | 460 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11010111 | 0 | 10100 | 1 | 1111 | 100110000 | 100101 | 1001101 |
Color Harmonies of #DAAED7
Complementary color
Monochromatic Colors of #DAAED7
Black with #DAAED7
Text Example
Text Example
White with #DAAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAED7; }
p { color: rgb(218,174,215); }
H1.HeaderClassName
{
color: #DAAED7;
}
.AnyTagClassName
{
color: #DAAED7;
}
</style>
background-color css
<style>
a { background-color: #DAAED7; }
a { background-color: rgb(218,174,215); }
div.DivClassName
{
background-color: #DAAED7;
}
.BgClassName
{
background-color: #DAAED7;
}
</style>
border-color css
<style>
span { border-color: #DAAED7; }
span { border-color: rgb(218,174,215); }
td.TdClassName
{
border-color: #DAAED7;
}
.TagClassName
{
border-color: #DAAED7;
}
</style>