Shades of French Lilac #DABAD8
Tints of French Lilac #DABAD8
RGB
CMYK
RGB Variations
Color information
#DABAD8 (or 0xDABAD8) is known color: French Lilac. HEX triplet: DA, BA and D8. RGB value is (218,186,216). Sum of RGB (Red+Green+Blue) = 218+186+216=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAD8 is #254527. Grayscale: #C6C6C6. Windows color (decimal): -2442536 or 14203610. OLE color: 14203610.
HSL color Cylindrical-coordinate representation of color #DABAD8: hue angle of 303.75º 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 #DABAD8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 216 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.15 |
| HSL | 303.75º | 0.3% | 0.79% | - |
| HSV(B) | 303.75º | 0.15% | 0.85% | - |
| XYZ | 58.87 | 54.98 | 72.48 | - |
| YUV | 198.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 216 | 0 | 0.15 | 0.01 | 0.15 | 303.75 | 0.3 | 0.79 |
| Hex | DA | BA | D8 | 0 | F | 1 | F | 130 | 1E | 4F |
| Octal | 332 | 272 | 330 | 0 | 17 | 1 | 17 | 460 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11011000 | 0 | 1111 | 1 | 1111 | 100110000 | 11110 | 1001111 |
Color Harmonies of #DABAD8
Complementary color
Monochromatic Colors of #DABAD8
Black with #DABAD8
Text Example
Text Example
White with #DABAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAD8; }
p { color: rgb(218,186,216); }
H1.HeaderClassName
{
color: #DABAD8;
}
.AnyTagClassName
{
color: #DABAD8;
}
</style>
background-color css
<style>
a { background-color: #DABAD8; }
a { background-color: rgb(218,186,216); }
div.DivClassName
{
background-color: #DABAD8;
}
.BgClassName
{
background-color: #DABAD8;
}
</style>
border-color css
<style>
span { border-color: #DABAD8; }
span { border-color: rgb(218,186,216); }
td.TdClassName
{
border-color: #DABAD8;
}
.TagClassName
{
border-color: #DABAD8;
}
</style>