Shades of French Lilac #DBBDD5
Tints of French Lilac #DBBDD5
RGB
CMYK
RGB Variations
Color information
#DBBDD5 (or 0xDBBDD5) is known color: French Lilac. HEX triplet: DB, BD and D5. RGB value is (219,189,213). Sum of RGB (Red+Green+Blue) = 219+189+213=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD5 is #24422A. Grayscale: #C8C8C8. Windows color (decimal): -2376235 or 14007771. OLE color: 14007771.
HSL color Cylindrical-coordinate representation of color #DBBDD5: hue angle of 312º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDD5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 213 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.14 |
| HSL | 312º | 0.29% | 0.8% | - |
| HSV(B) | 312º | 0.14% | 0.86% | - |
| XYZ | 59.42 | 56.26 | 70.68 | - |
| YUV | 200.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 213 | 0 | 0.14 | 0.03 | 0.14 | 312 | 0.29 | 0.8 |
| Hex | DB | BD | D5 | 0 | E | 3 | E | 138 | 1D | 50 |
| Octal | 333 | 275 | 325 | 0 | 16 | 3 | 16 | 470 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11010101 | 0 | 1110 | 11 | 1110 | 100111000 | 11101 | 1010000 |
Color Harmonies of #DBBDD5
Complementary color
Monochromatic Colors of #DBBDD5
Black with #DBBDD5
Text Example
Text Example
White with #DBBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDD5; }
p { color: rgb(219,189,213); }
H1.HeaderClassName
{
color: #DBBDD5;
}
.AnyTagClassName
{
color: #DBBDD5;
}
</style>
background-color css
<style>
a { background-color: #DBBDD5; }
a { background-color: rgb(219,189,213); }
div.DivClassName
{
background-color: #DBBDD5;
}
.BgClassName
{
background-color: #DBBDD5;
}
</style>
border-color css
<style>
span { border-color: #DBBDD5; }
span { border-color: rgb(219,189,213); }
td.TdClassName
{
border-color: #DBBDD5;
}
.TagClassName
{
border-color: #DBBDD5;
}
</style>