Shades of French Lilac #DAAAD0
Tints of French Lilac #DAAAD0
RGB
CMYK
RGB Variations
Color information
#DAAAD0 (or 0xDAAAD0) is known color: French Lilac. HEX triplet: DA, AA and D0. RGB value is (218,170,208). Sum of RGB (Red+Green+Blue) = 218+170+208=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD0 is #25552F. Grayscale: #BCBCBC. Windows color (decimal): -2446640 or 13675226. OLE color: 13675226.
HSL color Cylindrical-coordinate representation of color #DAAAD0: hue angle of 312.5º 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 #DAAAD0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 208 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.15 |
| HSL | 312.5º | 0.39% | 0.76% | - |
| HSV(B) | 312.5º | 0.22% | 0.85% | - |
| XYZ | 54.67 | 48.21 | 66.1 | - |
| YUV | 188.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 208 | 0 | 0.22 | 0.05 | 0.15 | 312.5 | 0.39 | 0.76 |
| Hex | DA | AA | D0 | 0 | 16 | 5 | F | 138 | 27 | 4C |
| Octal | 332 | 252 | 320 | 0 | 26 | 5 | 17 | 470 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11010000 | 0 | 10110 | 101 | 1111 | 100111000 | 100111 | 1001100 |
Color Harmonies of #DAAAD0
Complementary color
Monochromatic Colors of #DAAAD0
Black with #DAAAD0
Text Example
Text Example
White with #DAAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAD0; }
p { color: rgb(218,170,208); }
H1.HeaderClassName
{
color: #DAAAD0;
}
.AnyTagClassName
{
color: #DAAAD0;
}
</style>
background-color css
<style>
a { background-color: #DAAAD0; }
a { background-color: rgb(218,170,208); }
div.DivClassName
{
background-color: #DAAAD0;
}
.BgClassName
{
background-color: #DAAAD0;
}
</style>
border-color css
<style>
span { border-color: #DAAAD0; }
span { border-color: rgb(218,170,208); }
td.TdClassName
{
border-color: #DAAAD0;
}
.TagClassName
{
border-color: #DAAAD0;
}
</style>