Shades of French Lilac #DBBAD2
Tints of French Lilac #DBBAD2
RGB
CMYK
RGB Variations
Color information
#DBBAD2 (or 0xDBBAD2) is known color: French Lilac. HEX triplet: DB, BA and D2. RGB value is (219,186,210). Sum of RGB (Red+Green+Blue) = 219+186+210=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAD2 is #24452D. Grayscale: #C6C6C6. Windows color (decimal): -2377006 or 13810395. OLE color: 13810395.
HSL color Cylindrical-coordinate representation of color #DBBAD2: hue angle of 316.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBAD2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 210 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.14 |
| HSL | 316.36º | 0.31% | 0.79% | - |
| HSV(B) | 316.36º | 0.15% | 0.86% | - |
| XYZ | 58.41 | 54.83 | 68.48 | - |
| YUV | 198.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 210 | 0 | 0.15 | 0.04 | 0.14 | 316.36 | 0.31 | 0.79 |
| Hex | DB | BA | D2 | 0 | F | 4 | E | 13C | 1F | 4F |
| Octal | 333 | 272 | 322 | 0 | 17 | 4 | 16 | 474 | 37 | 117 |
| Binary | 11011011 | 10111010 | 11010010 | 0 | 1111 | 100 | 1110 | 100111100 | 11111 | 1001111 |
Color Harmonies of #DBBAD2
Complementary color
Monochromatic Colors of #DBBAD2
Black with #DBBAD2
Text Example
Text Example
White with #DBBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAD2; }
p { color: rgb(219,186,210); }
H1.HeaderClassName
{
color: #DBBAD2;
}
.AnyTagClassName
{
color: #DBBAD2;
}
</style>
background-color css
<style>
a { background-color: #DBBAD2; }
a { background-color: rgb(219,186,210); }
div.DivClassName
{
background-color: #DBBAD2;
}
.BgClassName
{
background-color: #DBBAD2;
}
</style>
border-color css
<style>
span { border-color: #DBBAD2; }
span { border-color: rgb(219,186,210); }
td.TdClassName
{
border-color: #DBBAD2;
}
.TagClassName
{
border-color: #DBBAD2;
}
</style>