Shades of French Lilac #DBBED5
Tints of French Lilac #DBBED5
RGB
CMYK
RGB Variations
Color information
#DBBED5 (or 0xDBBED5) is known color: French Lilac. HEX triplet: DB, BE and D5. RGB value is (219,190,213). Sum of RGB (Red+Green+Blue) = 219+190+213=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED5 is #24412A. Grayscale: #C9C9C9. Windows color (decimal): -2375979 or 14008027. OLE color: 14008027.
HSL color Cylindrical-coordinate representation of color #DBBED5: hue angle of 312.41º degrees, saturation: 0.29, 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 #DBBED5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 213 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.14 |
| HSL | 312.41º | 0.29% | 0.8% | - |
| HSV(B) | 312.41º | 0.13% | 0.86% | - |
| XYZ | 59.64 | 56.69 | 70.75 | - |
| YUV | 201.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 213 | 0 | 0.13 | 0.03 | 0.14 | 312.41 | 0.29 | 0.8 |
| Hex | DB | BE | D5 | 0 | D | 3 | E | 138 | 1D | 50 |
| Octal | 333 | 276 | 325 | 0 | 15 | 3 | 16 | 470 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11010101 | 0 | 1101 | 11 | 1110 | 100111000 | 11101 | 1010000 |
Color Harmonies of #DBBED5
Complementary color
Monochromatic Colors of #DBBED5
Black with #DBBED5
Text Example
Text Example
White with #DBBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBED5; }
p { color: rgb(219,190,213); }
H1.HeaderClassName
{
color: #DBBED5;
}
.AnyTagClassName
{
color: #DBBED5;
}
</style>
background-color css
<style>
a { background-color: #DBBED5; }
a { background-color: rgb(219,190,213); }
div.DivClassName
{
background-color: #DBBED5;
}
.BgClassName
{
background-color: #DBBED5;
}
</style>
border-color css
<style>
span { border-color: #DBBED5; }
span { border-color: rgb(219,190,213); }
td.TdClassName
{
border-color: #DBBED5;
}
.TagClassName
{
border-color: #DBBED5;
}
</style>