Shades of French Lilac #DABBD1
Tints of French Lilac #DABBD1
RGB
CMYK
RGB Variations
Color information
#DABBD1 (or 0xDABBD1) is known color: French Lilac. HEX triplet: DA, BB and D1. RGB value is (218,187,209). Sum of RGB (Red+Green+Blue) = 218+187+209=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD1 is #25442E. Grayscale: #C6C6C6. Windows color (decimal): -2442287 or 13745114. OLE color: 13745114.
HSL color Cylindrical-coordinate representation of color #DABBD1: hue angle of 317.42º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBD1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 209 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.15 |
| HSL | 317.42º | 0.3% | 0.79% | - |
| HSV(B) | 317.42º | 0.14% | 0.85% | - |
| XYZ | 58.19 | 55.05 | 67.88 | - |
| YUV | 198.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 209 | 0 | 0.14 | 0.04 | 0.15 | 317.42 | 0.3 | 0.79 |
| Hex | DA | BB | D1 | 0 | E | 4 | F | 13D | 1E | 4F |
| Octal | 332 | 273 | 321 | 0 | 16 | 4 | 17 | 475 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11010001 | 0 | 1110 | 100 | 1111 | 100111101 | 11110 | 1001111 |
Color Harmonies of #DABBD1
Complementary color
Monochromatic Colors of #DABBD1
Black with #DABBD1
Text Example
Text Example
White with #DABBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBD1; }
p { color: rgb(218,187,209); }
H1.HeaderClassName
{
color: #DABBD1;
}
.AnyTagClassName
{
color: #DABBD1;
}
</style>
background-color css
<style>
a { background-color: #DABBD1; }
a { background-color: rgb(218,187,209); }
div.DivClassName
{
background-color: #DABBD1;
}
.BgClassName
{
background-color: #DABBD1;
}
</style>
border-color css
<style>
span { border-color: #DABBD1; }
span { border-color: rgb(218,187,209); }
td.TdClassName
{
border-color: #DABBD1;
}
.TagClassName
{
border-color: #DABBD1;
}
</style>