Shades of French Lilac #DAAAD1
Tints of French Lilac #DAAAD1
RGB
CMYK
RGB Variations
Color information
#DAAAD1 (or 0xDAAAD1) is known color: French Lilac. HEX triplet: DA, AA and D1. RGB value is (218,170,209). Sum of RGB (Red+Green+Blue) = 218+170+209=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD1 is #25552E. Grayscale: #BCBCBC. Windows color (decimal): -2446639 or 13740762. OLE color: 13740762.
HSL color Cylindrical-coordinate representation of color #DAAAD1: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAD1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 209 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.15 |
| HSL | 311.25º | 0.39% | 0.76% | - |
| HSV(B) | 311.25º | 0.22% | 0.85% | - |
| XYZ | 54.8 | 48.26 | 66.75 | - |
| YUV | 188.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 209 | 0 | 0.22 | 0.04 | 0.15 | 311.25 | 0.39 | 0.76 |
| Hex | DA | AA | D1 | 0 | 16 | 4 | F | 137 | 27 | 4C |
| Octal | 332 | 252 | 321 | 0 | 26 | 4 | 17 | 467 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11010001 | 0 | 10110 | 100 | 1111 | 100110111 | 100111 | 1001100 |
Color Harmonies of #DAAAD1
Complementary color
Monochromatic Colors of #DAAAD1
Black with #DAAAD1
Text Example
Text Example
White with #DAAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAD1; }
p { color: rgb(218,170,209); }
H1.HeaderClassName
{
color: #DAAAD1;
}
.AnyTagClassName
{
color: #DAAAD1;
}
</style>
background-color css
<style>
a { background-color: #DAAAD1; }
a { background-color: rgb(218,170,209); }
div.DivClassName
{
background-color: #DAAAD1;
}
.BgClassName
{
background-color: #DAAAD1;
}
</style>
border-color css
<style>
span { border-color: #DAAAD1; }
span { border-color: rgb(218,170,209); }
td.TdClassName
{
border-color: #DAAAD1;
}
.TagClassName
{
border-color: #DAAAD1;
}
</style>