Shades of French Lilac #DBBFD5
Tints of French Lilac #DBBFD5
RGB
CMYK
RGB Variations
Color information
#DBBFD5 (or 0xDBBFD5) is known color: French Lilac. HEX triplet: DB, BF and D5. RGB value is (219,191,213). Sum of RGB (Red+Green+Blue) = 219+191+213=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD5 is #24402A. Grayscale: #C9C9C9. Windows color (decimal): -2375723 or 14008283. OLE color: 14008283.
HSL color Cylindrical-coordinate representation of color #DBBFD5: hue angle of 312.86º 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 #DBBFD5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 191 | 213 | - |
CMYK | 0 | 0.13 | 0.03 | 0.14 |
HSL | 312.86º | 0.28% | 0.8% | - |
HSV(B) | 312.86º | 0.13% | 0.86% | - |
XYZ | 59.85 | 57.13 | 70.82 | - |
YUV | 201.88 | 134.28 | 140.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 213 | 0 | 0.13 | 0.03 | 0.14 | 312.86 | 0.28 | 0.8 |
Hex | DB | BF | D5 | 0 | D | 3 | E | 139 | 1C | 50 |
Octal | 333 | 277 | 325 | 0 | 15 | 3 | 16 | 471 | 34 | 120 |
Binary | 11011011 | 10111111 | 11010101 | 0 | 1101 | 11 | 1110 | 100111001 | 11100 | 1010000 |
Color Harmonies of #DBBFD5
Complementary color
Monochromatic Colors of #DBBFD5
Black with #DBBFD5
Text Example
Text Example
White with #DBBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFD5; }
p { color: rgb(219,191,213); }
H1.HeaderClassName
{
color: #DBBFD5;
}
.AnyTagClassName
{
color: #DBBFD5;
}
</style>
background-color css
<style>
a { background-color: #DBBFD5; }
a { background-color: rgb(219,191,213); }
div.DivClassName
{
background-color: #DBBFD5;
}
.BgClassName
{
background-color: #DBBFD5;
}
</style>
border-color css
<style>
span { border-color: #DBBFD5; }
span { border-color: rgb(219,191,213); }
td.TdClassName
{
border-color: #DBBFD5;
}
.TagClassName
{
border-color: #DBBFD5;
}
</style>