Shades of French Lilac #DBB6DA
Tints of French Lilac #DBB6DA
RGB
CMYK
RGB Variations
Color information
#DBB6DA (or 0xDBB6DA) is known color: French Lilac. HEX triplet: DB, B6 and DA. RGB value is (219,182,218). Sum of RGB (Red+Green+Blue) = 219+182+218=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6DA is #244925. Grayscale: #C5C5C5. Windows color (decimal): -2378022 or 14333659. OLE color: 14333659.
HSL color Cylindrical-coordinate representation of color #DBB6DA: hue angle of 301.62º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6DA is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 218 | - |
CMYK | 0 | 0.17 | 0.00 | 0.14 |
HSL | 301.62º | 0.34% | 0.79% | - |
HSV(B) | 301.62º | 0.17% | 0.86% | - |
XYZ | 58.6 | 53.58 | 73.58 | - |
YUV | 197.17 | 139.76 | 143.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 218 | 0 | 0.17 | 0.00 | 0.14 | 301.62 | 0.34 | 0.79 |
Hex | DB | B6 | DA | 0 | 11 | 0 | E | 12E | 22 | 4F |
Octal | 333 | 266 | 332 | 0 | 21 | 0 | 16 | 456 | 42 | 117 |
Binary | 11011011 | 10110110 | 11011010 | 0 | 10001 | 0 | 1110 | 100101110 | 100010 | 1001111 |
Color Harmonies of #DBB6DA
Complementary color
Monochromatic Colors of #DBB6DA
Black with #DBB6DA
Text Example
Text Example
White with #DBB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6DA; }
p { color: rgb(219,182,218); }
H1.HeaderClassName
{
color: #DBB6DA;
}
.AnyTagClassName
{
color: #DBB6DA;
}
</style>
background-color css
<style>
a { background-color: #DBB6DA; }
a { background-color: rgb(219,182,218); }
div.DivClassName
{
background-color: #DBB6DA;
}
.BgClassName
{
background-color: #DBB6DA;
}
</style>
border-color css
<style>
span { border-color: #DBB6DA; }
span { border-color: rgb(219,182,218); }
td.TdClassName
{
border-color: #DBB6DA;
}
.TagClassName
{
border-color: #DBB6DA;
}
</style>