Shades of French Lilac #DABDD3
Tints of French Lilac #DABDD3
RGB
CMYK
RGB Variations
Color information
#DABDD3 (or 0xDABDD3) is known color: French Lilac. HEX triplet: DA, BD and D3. RGB value is (218,189,211). Sum of RGB (Red+Green+Blue) = 218+189+211=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD3 is #25422C. Grayscale: #C8C8C8. Windows color (decimal): -2441773 or 13876698. OLE color: 13876698.
HSL color Cylindrical-coordinate representation of color #DABDD3: hue angle of 314.48º 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 #DABDD3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 211 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.15 |
| HSL | 314.48º | 0.28% | 0.8% | - |
| HSV(B) | 314.48º | 0.13% | 0.85% | - |
| XYZ | 58.87 | 56 | 69.34 | - |
| YUV | 200.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 211 | 0 | 0.13 | 0.03 | 0.15 | 314.48 | 0.28 | 0.8 |
| Hex | DA | BD | D3 | 0 | D | 3 | F | 13A | 1C | 50 |
| Octal | 332 | 275 | 323 | 0 | 15 | 3 | 17 | 472 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11010011 | 0 | 1101 | 11 | 1111 | 100111010 | 11100 | 1010000 |
Color Harmonies of #DABDD3
Complementary color
Monochromatic Colors of #DABDD3
Black with #DABDD3
Text Example
Text Example
White with #DABDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDD3; }
p { color: rgb(218,189,211); }
H1.HeaderClassName
{
color: #DABDD3;
}
.AnyTagClassName
{
color: #DABDD3;
}
</style>
background-color css
<style>
a { background-color: #DABDD3; }
a { background-color: rgb(218,189,211); }
div.DivClassName
{
background-color: #DABDD3;
}
.BgClassName
{
background-color: #DABDD3;
}
</style>
border-color css
<style>
span { border-color: #DABDD3; }
span { border-color: rgb(218,189,211); }
td.TdClassName
{
border-color: #DABDD3;
}
.TagClassName
{
border-color: #DABDD3;
}
</style>