Shades of French Lilac #DABAD1
Tints of French Lilac #DABAD1
RGB
CMYK
RGB Variations
Color information
#DABAD1 (or 0xDABAD1) is known color: French Lilac. HEX triplet: DA, BA and D1. RGB value is (218,186,209). Sum of RGB (Red+Green+Blue) = 218+186+209=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAD1 is #25452E. Grayscale: #C6C6C6. Windows color (decimal): -2442543 or 13744858. OLE color: 13744858.
HSL color Cylindrical-coordinate representation of color #DABAD1: hue angle of 316.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABAD1 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 209 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.15 |
| HSL | 316.88º | 0.3% | 0.79% | - |
| HSV(B) | 316.88º | 0.15% | 0.85% | - |
| XYZ | 57.98 | 54.63 | 67.81 | - |
| YUV | 198.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 209 | 0 | 0.15 | 0.04 | 0.15 | 316.88 | 0.3 | 0.79 |
| Hex | DA | BA | D1 | 0 | F | 4 | F | 13D | 1E | 4F |
| Octal | 332 | 272 | 321 | 0 | 17 | 4 | 17 | 475 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11010001 | 0 | 1111 | 100 | 1111 | 100111101 | 11110 | 1001111 |
Color Harmonies of #DABAD1
Complementary color
Monochromatic Colors of #DABAD1
Black with #DABAD1
Text Example
Text Example
White with #DABAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAD1; }
p { color: rgb(218,186,209); }
H1.HeaderClassName
{
color: #DABAD1;
}
.AnyTagClassName
{
color: #DABAD1;
}
</style>
background-color css
<style>
a { background-color: #DABAD1; }
a { background-color: rgb(218,186,209); }
div.DivClassName
{
background-color: #DABAD1;
}
.BgClassName
{
background-color: #DABAD1;
}
</style>
border-color css
<style>
span { border-color: #DABAD1; }
span { border-color: rgb(218,186,209); }
td.TdClassName
{
border-color: #DABAD1;
}
.TagClassName
{
border-color: #DABAD1;
}
</style>