Shades of French Lilac #DBABCE
Tints of French Lilac #DBABCE
RGB
CMYK
RGB Variations
Color information
#DBABCE (or 0xDBABCE) is known color: French Lilac. HEX triplet: DB, AB and CE. RGB value is (219,171,206). Sum of RGB (Red+Green+Blue) = 219+171+206=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABCE is #245431. Grayscale: #BDBDBD. Windows color (decimal): -2380850 or 13544411. OLE color: 13544411.
HSL color Cylindrical-coordinate representation of color #DBABCE: hue angle of 316.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABCE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 206 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.14 |
| HSL | 316.25º | 0.4% | 0.76% | - |
| HSV(B) | 316.25º | 0.22% | 0.86% | - |
| XYZ | 54.92 | 48.64 | 64.89 | - |
| YUV | 189.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 206 | 0 | 0.22 | 0.06 | 0.14 | 316.25 | 0.4 | 0.76 |
| Hex | DB | AB | CE | 0 | 16 | 6 | E | 13C | 28 | 4C |
| Octal | 333 | 253 | 316 | 0 | 26 | 6 | 16 | 474 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11001110 | 0 | 10110 | 110 | 1110 | 100111100 | 101000 | 1001100 |
Color Harmonies of #DBABCE
Complementary color
Monochromatic Colors of #DBABCE
Black with #DBABCE
Text Example
Text Example
White with #DBABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABCE; }
p { color: rgb(219,171,206); }
H1.HeaderClassName
{
color: #DBABCE;
}
.AnyTagClassName
{
color: #DBABCE;
}
</style>
background-color css
<style>
a { background-color: #DBABCE; }
a { background-color: rgb(219,171,206); }
div.DivClassName
{
background-color: #DBABCE;
}
.BgClassName
{
background-color: #DBABCE;
}
</style>
border-color css
<style>
span { border-color: #DBABCE; }
span { border-color: rgb(219,171,206); }
td.TdClassName
{
border-color: #DBABCE;
}
.TagClassName
{
border-color: #DBABCE;
}
</style>