Shades of French Lilac #DBB2D9
Tints of French Lilac #DBB2D9
RGB
CMYK
RGB Variations
Color information
#DBB2D9 (or 0xDBB2D9) is known color: French Lilac. HEX triplet: DB, B2 and D9. RGB value is (219,178,217). Sum of RGB (Red+Green+Blue) = 219+178+217=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2D9 is #244D26. Grayscale: #C2C2C2. Windows color (decimal): -2379047 or 14267099. OLE color: 14267099.
HSL color Cylindrical-coordinate representation of color #DBB2D9: hue angle of 302.93º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2D9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 178 | 217 | - |
CMYK | 0 | 0.19 | 0.01 | 0.14 |
HSL | 302.93º | 0.36% | 0.78% | - |
HSV(B) | 302.93º | 0.19% | 0.86% | - |
XYZ | 57.66 | 51.91 | 72.63 | - |
YUV | 194.71 | 140.58 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 217 | 0 | 0.19 | 0.01 | 0.14 | 302.93 | 0.36 | 0.78 |
Hex | DB | B2 | D9 | 0 | 13 | 1 | E | 12F | 24 | 4E |
Octal | 333 | 262 | 331 | 0 | 23 | 1 | 16 | 457 | 44 | 116 |
Binary | 11011011 | 10110010 | 11011001 | 0 | 10011 | 1 | 1110 | 100101111 | 100100 | 1001110 |
Color Harmonies of #DBB2D9
Complementary color
Monochromatic Colors of #DBB2D9
Black with #DBB2D9
Text Example
Text Example
White with #DBB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2D9; }
p { color: rgb(219,178,217); }
H1.HeaderClassName
{
color: #DBB2D9;
}
.AnyTagClassName
{
color: #DBB2D9;
}
</style>
background-color css
<style>
a { background-color: #DBB2D9; }
a { background-color: rgb(219,178,217); }
div.DivClassName
{
background-color: #DBB2D9;
}
.BgClassName
{
background-color: #DBB2D9;
}
</style>
border-color css
<style>
span { border-color: #DBB2D9; }
span { border-color: rgb(219,178,217); }
td.TdClassName
{
border-color: #DBB2D9;
}
.TagClassName
{
border-color: #DBB2D9;
}
</style>