Shades of French Lilac #DBAAD2
Tints of French Lilac #DBAAD2
RGB
CMYK
RGB Variations
Color information
#DBAAD2 (or 0xDBAAD2) is known color: French Lilac. HEX triplet: DB, AA and D2. RGB value is (219,170,210). Sum of RGB (Red+Green+Blue) = 219+170+210=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAD2 is #24552D. Grayscale: #BDBDBD. Windows color (decimal): -2381102 or 13806299. OLE color: 13806299.
HSL color Cylindrical-coordinate representation of color #DBAAD2: hue angle of 311.02º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAAD2 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 210 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.14 |
| HSL | 311.02º | 0.4% | 0.76% | - |
| HSV(B) | 311.02º | 0.22% | 0.86% | - |
| XYZ | 55.22 | 48.46 | 67.42 | - |
| YUV | 189.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 210 | 0 | 0.22 | 0.04 | 0.14 | 311.02 | 0.4 | 0.76 |
| Hex | DB | AA | D2 | 0 | 16 | 4 | E | 137 | 28 | 4C |
| Octal | 333 | 252 | 322 | 0 | 26 | 4 | 16 | 467 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11010010 | 0 | 10110 | 100 | 1110 | 100110111 | 101000 | 1001100 |
Color Harmonies of #DBAAD2
Complementary color
Monochromatic Colors of #DBAAD2
Black with #DBAAD2
Text Example
Text Example
White with #DBAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAD2; }
p { color: rgb(219,170,210); }
H1.HeaderClassName
{
color: #DBAAD2;
}
.AnyTagClassName
{
color: #DBAAD2;
}
</style>
background-color css
<style>
a { background-color: #DBAAD2; }
a { background-color: rgb(219,170,210); }
div.DivClassName
{
background-color: #DBAAD2;
}
.BgClassName
{
background-color: #DBAAD2;
}
</style>
border-color css
<style>
span { border-color: #DBAAD2; }
span { border-color: rgb(219,170,210); }
td.TdClassName
{
border-color: #DBAAD2;
}
.TagClassName
{
border-color: #DBAAD2;
}
</style>