Shades of French Lilac #DBB5D4
Tints of French Lilac #DBB5D4
RGB
CMYK
RGB Variations
Color information
#DBB5D4 (or 0xDBB5D4) is known color: French Lilac. HEX triplet: DB, B5 and D4. RGB value is (219,181,212). Sum of RGB (Red+Green+Blue) = 219+181+212=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D4 is #244A2B. Grayscale: #C3C3C3. Windows color (decimal): -2378284 or 13940187. OLE color: 13940187.
HSL color Cylindrical-coordinate representation of color #DBB5D4: hue angle of 311.05º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5D4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 212 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.14 |
| HSL | 311.05º | 0.35% | 0.78% | - |
| HSV(B) | 311.05º | 0.17% | 0.86% | - |
| XYZ | 57.62 | 52.86 | 69.45 | - |
| YUV | 195.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 212 | 0 | 0.17 | 0.03 | 0.14 | 311.05 | 0.35 | 0.78 |
| Hex | DB | B5 | D4 | 0 | 11 | 3 | E | 137 | 23 | 4E |
| Octal | 333 | 265 | 324 | 0 | 21 | 3 | 16 | 467 | 43 | 116 |
| Binary | 11011011 | 10110101 | 11010100 | 0 | 10001 | 11 | 1110 | 100110111 | 100011 | 1001110 |
Color Harmonies of #DBB5D4
Complementary color
Monochromatic Colors of #DBB5D4
Black with #DBB5D4
Text Example
Text Example
White with #DBB5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5D4; }
p { color: rgb(219,181,212); }
H1.HeaderClassName
{
color: #DBB5D4;
}
.AnyTagClassName
{
color: #DBB5D4;
}
</style>
background-color css
<style>
a { background-color: #DBB5D4; }
a { background-color: rgb(219,181,212); }
div.DivClassName
{
background-color: #DBB5D4;
}
.BgClassName
{
background-color: #DBB5D4;
}
</style>
border-color css
<style>
span { border-color: #DBB5D4; }
span { border-color: rgb(219,181,212); }
td.TdClassName
{
border-color: #DBB5D4;
}
.TagClassName
{
border-color: #DBB5D4;
}
</style>