Shades of French Lilac #DBBFD8
Tints of French Lilac #DBBFD8
RGB
CMYK
RGB Variations
Color information
#DBBFD8 (or 0xDBBFD8) is known color: French Lilac. HEX triplet: DB, BF and D8. RGB value is (219,191,216). Sum of RGB (Red+Green+Blue) = 219+191+216=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD8 is #244027. Grayscale: #CACACA. Windows color (decimal): -2375720 or 14204891. OLE color: 14204891.
HSL color Cylindrical-coordinate representation of color #DBBFD8: hue angle of 306.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFD8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 191 | 216 | - |
CMYK | 0 | 0.13 | 0.01 | 0.14 |
HSL | 306.43º | 0.28% | 0.8% | - |
HSV(B) | 306.43º | 0.13% | 0.86% | - |
XYZ | 60.24 | 57.28 | 72.85 | - |
YUV | 202.22 | 135.78 | 139.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 216 | 0 | 0.13 | 0.01 | 0.14 | 306.43 | 0.28 | 0.8 |
Hex | DB | BF | D8 | 0 | D | 1 | E | 132 | 1C | 50 |
Octal | 333 | 277 | 330 | 0 | 15 | 1 | 16 | 462 | 34 | 120 |
Binary | 11011011 | 10111111 | 11011000 | 0 | 1101 | 1 | 1110 | 100110010 | 11100 | 1010000 |
Color Harmonies of #DBBFD8
Complementary color
Monochromatic Colors of #DBBFD8
Black with #DBBFD8
Text Example
Text Example
White with #DBBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFD8; }
p { color: rgb(219,191,216); }
H1.HeaderClassName
{
color: #DBBFD8;
}
.AnyTagClassName
{
color: #DBBFD8;
}
</style>
background-color css
<style>
a { background-color: #DBBFD8; }
a { background-color: rgb(219,191,216); }
div.DivClassName
{
background-color: #DBBFD8;
}
.BgClassName
{
background-color: #DBBFD8;
}
</style>
border-color css
<style>
span { border-color: #DBBFD8; }
span { border-color: rgb(219,191,216); }
td.TdClassName
{
border-color: #DBBFD8;
}
.TagClassName
{
border-color: #DBBFD8;
}
</style>