Shades of French Lilac #DBBFD4
Tints of French Lilac #DBBFD4
RGB
CMYK
RGB Variations
Color information
#DBBFD4 (or 0xDBBFD4) is known color: French Lilac. HEX triplet: DB, BF and D4. RGB value is (219,191,212). Sum of RGB (Red+Green+Blue) = 219+191+212=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD4 is #24402B. Grayscale: #C9C9C9. Windows color (decimal): -2375724 or 13942747. OLE color: 13942747.
HSL color Cylindrical-coordinate representation of color #DBBFD4: hue angle of 315º 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 #DBBFD4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 191 | 212 | - |
CMYK | 0 | 0.13 | 0.03 | 0.14 |
HSL | 315º | 0.28% | 0.8% | - |
HSV(B) | 315º | 0.13% | 0.86% | - |
XYZ | 59.73 | 57.08 | 70.16 | - |
YUV | 201.77 | 133.78 | 140.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 212 | 0 | 0.13 | 0.03 | 0.14 | 315 | 0.28 | 0.8 |
Hex | DB | BF | D4 | 0 | D | 3 | E | 13B | 1C | 50 |
Octal | 333 | 277 | 324 | 0 | 15 | 3 | 16 | 473 | 34 | 120 |
Binary | 11011011 | 10111111 | 11010100 | 0 | 1101 | 11 | 1110 | 100111011 | 11100 | 1010000 |
Color Harmonies of #DBBFD4
Complementary color
Monochromatic Colors of #DBBFD4
Black with #DBBFD4
Text Example
Text Example
White with #DBBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFD4; }
p { color: rgb(219,191,212); }
H1.HeaderClassName
{
color: #DBBFD4;
}
.AnyTagClassName
{
color: #DBBFD4;
}
</style>
background-color css
<style>
a { background-color: #DBBFD4; }
a { background-color: rgb(219,191,212); }
div.DivClassName
{
background-color: #DBBFD4;
}
.BgClassName
{
background-color: #DBBFD4;
}
</style>
border-color css
<style>
span { border-color: #DBBFD4; }
span { border-color: rgb(219,191,212); }
td.TdClassName
{
border-color: #DBBFD4;
}
.TagClassName
{
border-color: #DBBFD4;
}
</style>