Shades of French Lilac #DAB0DB
Tints of French Lilac #DAB0DB
RGB
CMYK
RGB Variations
Color information
#DAB0DB (or 0xDAB0DB) is known color: French Lilac. HEX triplet: DA, B0 and DB. RGB value is (218,176,219). Sum of RGB (Red+Green+Blue) = 218+176+219=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0DB is #254F24. Grayscale: #C1C1C1. Windows color (decimal): -2445093 or 14397658. OLE color: 14397658.
HSL color Cylindrical-coordinate representation of color #DAB0DB: hue angle of 298.6º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB0DB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 176 | 219 | - |
CMYK | 0.00 | 0.20 | 0 | 0.14 |
HSL | 298.6º | 0.37% | 0.77% | - |
HSV(B) | 298.6º | 0.2% | 0.86% | - |
XYZ | 57.22 | 51.07 | 73.86 | - |
YUV | 193.46 | 142.41 | 145.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 176 | 219 | 0.00 | 0.20 | 0 | 0.14 | 298.6 | 0.37 | 0.77 |
Hex | DA | B0 | DB | 0 | 14 | 0 | E | 12B | 25 | 4D |
Octal | 332 | 260 | 333 | 0 | 24 | 0 | 16 | 453 | 45 | 115 |
Binary | 11011010 | 10110000 | 11011011 | 0 | 10100 | 0 | 1110 | 100101011 | 100101 | 1001101 |
Color Harmonies of #DAB0DB
Complementary color
Monochromatic Colors of #DAB0DB
Black with #DAB0DB
Text Example
Text Example
White with #DAB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0DB; }
p { color: rgb(218,176,219); }
H1.HeaderClassName
{
color: #DAB0DB;
}
.AnyTagClassName
{
color: #DAB0DB;
}
</style>
background-color css
<style>
a { background-color: #DAB0DB; }
a { background-color: rgb(218,176,219); }
div.DivClassName
{
background-color: #DAB0DB;
}
.BgClassName
{
background-color: #DAB0DB;
}
</style>
border-color css
<style>
span { border-color: #DAB0DB; }
span { border-color: rgb(218,176,219); }
td.TdClassName
{
border-color: #DAB0DB;
}
.TagClassName
{
border-color: #DAB0DB;
}
</style>