Shades of French Lilac #DBB5CF
Tints of French Lilac #DBB5CF
RGB
CMYK
RGB Variations
Color information
#DBB5CF (or 0xDBB5CF) is known color: French Lilac. HEX triplet: DB, B5 and CF. RGB value is (219,181,207). Sum of RGB (Red+Green+Blue) = 219+181+207=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CF is #244A30. Grayscale: #C3C3C3. Windows color (decimal): -2378289 or 13612507. OLE color: 13612507.
HSL color Cylindrical-coordinate representation of color #DBB5CF: hue angle of 318.95º 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 #DBB5CF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 207 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.14 |
| HSL | 318.95º | 0.35% | 0.78% | - |
| HSV(B) | 318.95º | 0.17% | 0.86% | - |
| XYZ | 57 | 52.61 | 66.18 | - |
| YUV | 195.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 207 | 0 | 0.17 | 0.05 | 0.14 | 318.95 | 0.35 | 0.78 |
| Hex | DB | B5 | CF | 0 | 11 | 5 | E | 13F | 23 | 4E |
| Octal | 333 | 265 | 317 | 0 | 21 | 5 | 16 | 477 | 43 | 116 |
| Binary | 11011011 | 10110101 | 11001111 | 0 | 10001 | 101 | 1110 | 100111111 | 100011 | 1001110 |
Color Harmonies of #DBB5CF
Complementary color
Monochromatic Colors of #DBB5CF
Black with #DBB5CF
Text Example
Text Example
White with #DBB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5CF; }
p { color: rgb(219,181,207); }
H1.HeaderClassName
{
color: #DBB5CF;
}
.AnyTagClassName
{
color: #DBB5CF;
}
</style>
background-color css
<style>
a { background-color: #DBB5CF; }
a { background-color: rgb(219,181,207); }
div.DivClassName
{
background-color: #DBB5CF;
}
.BgClassName
{
background-color: #DBB5CF;
}
</style>
border-color css
<style>
span { border-color: #DBB5CF; }
span { border-color: rgb(219,181,207); }
td.TdClassName
{
border-color: #DBB5CF;
}
.TagClassName
{
border-color: #DBB5CF;
}
</style>