Shades of French Lilac #DABDD4
Tints of French Lilac #DABDD4
RGB
CMYK
RGB Variations
Color information
#DABDD4 (or 0xDABDD4) is known color: French Lilac. HEX triplet: DA, BD and D4. RGB value is (218,189,212). Sum of RGB (Red+Green+Blue) = 218+189+212=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD4 is #25422B. Grayscale: #C8C8C8. Windows color (decimal): -2441772 or 13942234. OLE color: 13942234.
HSL color Cylindrical-coordinate representation of color #DABDD4: hue angle of 312.41º 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 #DABDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 212 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.15 |
| HSL | 312.41º | 0.28% | 0.8% | - |
| HSV(B) | 312.41º | 0.13% | 0.85% | - |
| XYZ | 58.99 | 56.05 | 70 | - |
| YUV | 200.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 212 | 0 | 0.13 | 0.03 | 0.15 | 312.41 | 0.28 | 0.8 |
| Hex | DA | BD | D4 | 0 | D | 3 | F | 138 | 1C | 50 |
| Octal | 332 | 275 | 324 | 0 | 15 | 3 | 17 | 470 | 34 | 120 |
| Binary | 11011010 | 10111101 | 11010100 | 0 | 1101 | 11 | 1111 | 100111000 | 11100 | 1010000 |
Color Harmonies of #DABDD4
Complementary color
Monochromatic Colors of #DABDD4
Black with #DABDD4
Text Example
Text Example
White with #DABDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDD4; }
p { color: rgb(218,189,212); }
H1.HeaderClassName
{
color: #DABDD4;
}
.AnyTagClassName
{
color: #DABDD4;
}
</style>
background-color css
<style>
a { background-color: #DABDD4; }
a { background-color: rgb(218,189,212); }
div.DivClassName
{
background-color: #DABDD4;
}
.BgClassName
{
background-color: #DABDD4;
}
</style>
border-color css
<style>
span { border-color: #DABDD4; }
span { border-color: rgb(218,189,212); }
td.TdClassName
{
border-color: #DABDD4;
}
.TagClassName
{
border-color: #DABDD4;
}
</style>