Shades of French Lilac #DBB8D6
Tints of French Lilac #DBB8D6
RGB
CMYK
RGB Variations
Color information
#DBB8D6 (or 0xDBB8D6) is known color: French Lilac. HEX triplet: DB, B8 and D6. RGB value is (219,184,214). Sum of RGB (Red+Green+Blue) = 219+184+214=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8D6 is #244729. Grayscale: #C5C5C5. Windows color (decimal): -2377514 or 14072027. OLE color: 14072027.
HSL color Cylindrical-coordinate representation of color #DBB8D6: hue angle of 308.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8D6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 214 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.14 |
| HSL | 308.57º | 0.33% | 0.79% | - |
| HSV(B) | 308.57º | 0.16% | 0.86% | - |
| XYZ | 58.49 | 54.2 | 71 | - |
| YUV | 197.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 214 | 0 | 0.16 | 0.02 | 0.14 | 308.57 | 0.33 | 0.79 |
| Hex | DB | B8 | D6 | 0 | 10 | 2 | E | 135 | 21 | 4F |
| Octal | 333 | 270 | 326 | 0 | 20 | 2 | 16 | 465 | 41 | 117 |
| Binary | 11011011 | 10111000 | 11010110 | 0 | 10000 | 10 | 1110 | 100110101 | 100001 | 1001111 |
Color Harmonies of #DBB8D6
Complementary color
Monochromatic Colors of #DBB8D6
Black with #DBB8D6
Text Example
Text Example
White with #DBB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8D6; }
p { color: rgb(219,184,214); }
H1.HeaderClassName
{
color: #DBB8D6;
}
.AnyTagClassName
{
color: #DBB8D6;
}
</style>
background-color css
<style>
a { background-color: #DBB8D6; }
a { background-color: rgb(219,184,214); }
div.DivClassName
{
background-color: #DBB8D6;
}
.BgClassName
{
background-color: #DBB8D6;
}
</style>
border-color css
<style>
span { border-color: #DBB8D6; }
span { border-color: rgb(219,184,214); }
td.TdClassName
{
border-color: #DBB8D6;
}
.TagClassName
{
border-color: #DBB8D6;
}
</style>