Shades of French Lilac #DAAED4
Tints of French Lilac #DAAED4
RGB
CMYK
RGB Variations
Color information
#DAAED4 (or 0xDAAED4) is known color: French Lilac. HEX triplet: DA, AE and D4. RGB value is (218,174,212). Sum of RGB (Red+Green+Blue) = 218+174+212=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED4 is #25512B. Grayscale: #BFBFBF. Windows color (decimal): -2445612 or 13938394. OLE color: 13938394.
HSL color Cylindrical-coordinate representation of color #DAAED4: hue angle of 308.18º 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 #DAAED4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 212 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.15 |
| HSL | 308.18º | 0.37% | 0.77% | - |
| HSV(B) | 308.18º | 0.2% | 0.85% | - |
| XYZ | 55.93 | 49.93 | 68.98 | - |
| YUV | 191.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 212 | 0 | 0.20 | 0.03 | 0.15 | 308.18 | 0.37 | 0.77 |
| Hex | DA | AE | D4 | 0 | 14 | 3 | F | 134 | 25 | 4D |
| Octal | 332 | 256 | 324 | 0 | 24 | 3 | 17 | 464 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11010100 | 0 | 10100 | 11 | 1111 | 100110100 | 100101 | 1001101 |
Color Harmonies of #DAAED4
Complementary color
Monochromatic Colors of #DAAED4
Black with #DAAED4
Text Example
Text Example
White with #DAAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAED4; }
p { color: rgb(218,174,212); }
H1.HeaderClassName
{
color: #DAAED4;
}
.AnyTagClassName
{
color: #DAAED4;
}
</style>
background-color css
<style>
a { background-color: #DAAED4; }
a { background-color: rgb(218,174,212); }
div.DivClassName
{
background-color: #DAAED4;
}
.BgClassName
{
background-color: #DAAED4;
}
</style>
border-color css
<style>
span { border-color: #DAAED4; }
span { border-color: rgb(218,174,212); }
td.TdClassName
{
border-color: #DAAED4;
}
.TagClassName
{
border-color: #DAAED4;
}
</style>