Shades of French Lilac #DABDD6
Tints of French Lilac #DABDD6
RGB
CMYK
RGB Variations
Color information
#DABDD6 (or 0xDABDD6) is known color: French Lilac. HEX triplet: DA, BD and D6. RGB value is (218,189,214). Sum of RGB (Red+Green+Blue) = 218+189+214=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD6 is #254229. Grayscale: #C8C8C8. Windows color (decimal): -2441770 or 14073306. OLE color: 14073306.
HSL color Cylindrical-coordinate representation of color #DABDD6: hue angle of 308.28º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDD6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 214 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.15 |
| HSL | 308.28º | 0.28% | 0.8% | - |
| HSV(B) | 308.28º | 0.13% | 0.85% | - |
| XYZ | 59.25 | 56.16 | 71.33 | - |
| YUV | 200.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 214 | 0 | 0.13 | 0.02 | 0.15 | 308.28 | 0.28 | 0.8 |
| Hex | DA | BD | D6 | 0 | D | 2 | F | 134 | 1C | 50 |
| Octal | 332 | 275 | 326 | 0 | 15 | 2 | 17 | 464 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11010110 | 0 | 1101 | 10 | 1111 | 100110100 | 11100 | 1010000 |
Color Harmonies of #DABDD6
Complementary color
Monochromatic Colors of #DABDD6
Black with #DABDD6
Text Example
Text Example
White with #DABDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDD6; }
p { color: rgb(218,189,214); }
H1.HeaderClassName
{
color: #DABDD6;
}
.AnyTagClassName
{
color: #DABDD6;
}
</style>
background-color css
<style>
a { background-color: #DABDD6; }
a { background-color: rgb(218,189,214); }
div.DivClassName
{
background-color: #DABDD6;
}
.BgClassName
{
background-color: #DABDD6;
}
</style>
border-color css
<style>
span { border-color: #DABDD6; }
span { border-color: rgb(218,189,214); }
td.TdClassName
{
border-color: #DABDD6;
}
.TagClassName
{
border-color: #DABDD6;
}
</style>