Shades of French Lilac #DBB0D0
Tints of French Lilac #DBB0D0
RGB
CMYK
RGB Variations
Color information
#DBB0D0 (or 0xDBB0D0) is known color: French Lilac. HEX triplet: DB, B0 and D0. RGB value is (219,176,208). Sum of RGB (Red+Green+Blue) = 219+176+208=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0D0 is #244F2F. Grayscale: #C0C0C0. Windows color (decimal): -2379568 or 13676763. OLE color: 13676763.
HSL color Cylindrical-coordinate representation of color #DBB0D0: hue angle of 315.35º 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 #DBB0D0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 208 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.14 |
| HSL | 315.35º | 0.37% | 0.77% | - |
| HSV(B) | 315.35º | 0.2% | 0.86% | - |
| XYZ | 56.12 | 50.66 | 66.5 | - |
| YUV | 192.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 208 | 0 | 0.20 | 0.05 | 0.14 | 315.35 | 0.37 | 0.77 |
| Hex | DB | B0 | D0 | 0 | 14 | 5 | E | 13B | 25 | 4D |
| Octal | 333 | 260 | 320 | 0 | 24 | 5 | 16 | 473 | 45 | 115 |
| Binary | 11011011 | 10110000 | 11010000 | 0 | 10100 | 101 | 1110 | 100111011 | 100101 | 1001101 |
Color Harmonies of #DBB0D0
Complementary color
Monochromatic Colors of #DBB0D0
Black with #DBB0D0
Text Example
Text Example
White with #DBB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0D0; }
p { color: rgb(219,176,208); }
H1.HeaderClassName
{
color: #DBB0D0;
}
.AnyTagClassName
{
color: #DBB0D0;
}
</style>
background-color css
<style>
a { background-color: #DBB0D0; }
a { background-color: rgb(219,176,208); }
div.DivClassName
{
background-color: #DBB0D0;
}
.BgClassName
{
background-color: #DBB0D0;
}
</style>
border-color css
<style>
span { border-color: #DBB0D0; }
span { border-color: rgb(219,176,208); }
td.TdClassName
{
border-color: #DBB0D0;
}
.TagClassName
{
border-color: #DBB0D0;
}
</style>