Shades of French Lilac #DBBDD2
Tints of French Lilac #DBBDD2
RGB
CMYK
RGB Variations
Color information
#DBBDD2 (or 0xDBBDD2) is known color: French Lilac. HEX triplet: DB, BD and D2. RGB value is (219,189,210). Sum of RGB (Red+Green+Blue) = 219+189+210=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD2 is #24422D. Grayscale: #C8C8C8. Windows color (decimal): -2376238 or 13811163. OLE color: 13811163.
HSL color Cylindrical-coordinate representation of color #DBBDD2: hue angle of 318º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDD2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 210 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.14 |
| HSL | 318º | 0.29% | 0.8% | - |
| HSV(B) | 318º | 0.14% | 0.86% | - |
| XYZ | 59.04 | 56.11 | 68.69 | - |
| YUV | 200.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 210 | 0 | 0.14 | 0.04 | 0.14 | 318 | 0.29 | 0.8 |
| Hex | DB | BD | D2 | 0 | E | 4 | E | 13E | 1D | 50 |
| Octal | 333 | 275 | 322 | 0 | 16 | 4 | 16 | 476 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11010010 | 0 | 1110 | 100 | 1110 | 100111110 | 11101 | 1010000 |
Color Harmonies of #DBBDD2
Complementary color
Monochromatic Colors of #DBBDD2
Black with #DBBDD2
Text Example
Text Example
White with #DBBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDD2; }
p { color: rgb(219,189,210); }
H1.HeaderClassName
{
color: #DBBDD2;
}
.AnyTagClassName
{
color: #DBBDD2;
}
</style>
background-color css
<style>
a { background-color: #DBBDD2; }
a { background-color: rgb(219,189,210); }
div.DivClassName
{
background-color: #DBBDD2;
}
.BgClassName
{
background-color: #DBBDD2;
}
</style>
border-color css
<style>
span { border-color: #DBBDD2; }
span { border-color: rgb(219,189,210); }
td.TdClassName
{
border-color: #DBBDD2;
}
.TagClassName
{
border-color: #DBBDD2;
}
</style>