Shades of French Lilac #DBB0D5
Tints of French Lilac #DBB0D5
RGB
CMYK
RGB Variations
Color information
#DBB0D5 (or 0xDBB0D5) is known color: French Lilac. HEX triplet: DB, B0 and D5. RGB value is (219,176,213). Sum of RGB (Red+Green+Blue) = 219+176+213=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0D5 is #244F2A. Grayscale: #C0C0C0. Windows color (decimal): -2379563 or 14004443. OLE color: 14004443.
HSL color Cylindrical-coordinate representation of color #DBB0D5: hue angle of 308.37º 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 #DBB0D5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 213 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.14 |
| HSL | 308.37º | 0.37% | 0.77% | - |
| HSV(B) | 308.37º | 0.2% | 0.86% | - |
| XYZ | 56.75 | 50.91 | 69.79 | - |
| YUV | 193.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 213 | 0 | 0.20 | 0.03 | 0.14 | 308.37 | 0.37 | 0.77 |
| Hex | DB | B0 | D5 | 0 | 14 | 3 | E | 134 | 25 | 4D |
| Octal | 333 | 260 | 325 | 0 | 24 | 3 | 16 | 464 | 45 | 115 |
| Binary | 11011011 | 10110000 | 11010101 | 0 | 10100 | 11 | 1110 | 100110100 | 100101 | 1001101 |
Color Harmonies of #DBB0D5
Complementary color
Monochromatic Colors of #DBB0D5
Black with #DBB0D5
Text Example
Text Example
White with #DBB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0D5; }
p { color: rgb(219,176,213); }
H1.HeaderClassName
{
color: #DBB0D5;
}
.AnyTagClassName
{
color: #DBB0D5;
}
</style>
background-color css
<style>
a { background-color: #DBB0D5; }
a { background-color: rgb(219,176,213); }
div.DivClassName
{
background-color: #DBB0D5;
}
.BgClassName
{
background-color: #DBB0D5;
}
</style>
border-color css
<style>
span { border-color: #DBB0D5; }
span { border-color: rgb(219,176,213); }
td.TdClassName
{
border-color: #DBB0D5;
}
.TagClassName
{
border-color: #DBB0D5;
}
</style>