Shades of French Lilac #DAABD0
Tints of French Lilac #DAABD0
RGB
CMYK
RGB Variations
Color information
#DAABD0 (or 0xDAABD0) is known color: French Lilac. HEX triplet: DA, AB and D0. RGB value is (218,171,208). Sum of RGB (Red+Green+Blue) = 218+171+208=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD0 is #25542F. Grayscale: #BDBDBD. Windows color (decimal): -2446384 or 13675482. OLE color: 13675482.
HSL color Cylindrical-coordinate representation of color #DAABD0: hue angle of 312.77º 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 #DAABD0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 208 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.15 |
| HSL | 312.77º | 0.39% | 0.76% | - |
| HSV(B) | 312.77º | 0.22% | 0.85% | - |
| XYZ | 54.86 | 48.59 | 66.16 | - |
| YUV | 189.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 208 | 0 | 0.22 | 0.05 | 0.15 | 312.77 | 0.39 | 0.76 |
| Hex | DA | AB | D0 | 0 | 16 | 5 | F | 139 | 27 | 4C |
| Octal | 332 | 253 | 320 | 0 | 26 | 5 | 17 | 471 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11010000 | 0 | 10110 | 101 | 1111 | 100111001 | 100111 | 1001100 |
Color Harmonies of #DAABD0
Complementary color
Monochromatic Colors of #DAABD0
Black with #DAABD0
Text Example
Text Example
White with #DAABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABD0; }
p { color: rgb(218,171,208); }
H1.HeaderClassName
{
color: #DAABD0;
}
.AnyTagClassName
{
color: #DAABD0;
}
</style>
background-color css
<style>
a { background-color: #DAABD0; }
a { background-color: rgb(218,171,208); }
div.DivClassName
{
background-color: #DAABD0;
}
.BgClassName
{
background-color: #DAABD0;
}
</style>
border-color css
<style>
span { border-color: #DAABD0; }
span { border-color: rgb(218,171,208); }
td.TdClassName
{
border-color: #DAABD0;
}
.TagClassName
{
border-color: #DAABD0;
}
</style>