Shades of French Lilac #DBB9D5
Tints of French Lilac #DBB9D5
RGB
CMYK
RGB Variations
Color information
#DBB9D5 (or 0xDBB9D5) is known color: French Lilac. HEX triplet: DB, B9 and D5. RGB value is (219,185,213). Sum of RGB (Red+Green+Blue) = 219+185+213=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9D5 is #24462A. Grayscale: #C6C6C6. Windows color (decimal): -2377259 or 14006747. OLE color: 14006747.
HSL color Cylindrical-coordinate representation of color #DBB9D5: hue angle of 310.59º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9D5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 185 | 213 | - |
CMYK | 0 | 0.16 | 0.03 | 0.14 |
HSL | 310.59º | 0.32% | 0.79% | - |
HSV(B) | 310.59º | 0.16% | 0.86% | - |
XYZ | 58.57 | 54.56 | 70.4 | - |
YUV | 198.36 | 136.26 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 213 | 0 | 0.16 | 0.03 | 0.14 | 310.59 | 0.32 | 0.79 |
Hex | DB | B9 | D5 | 0 | 10 | 3 | E | 137 | 20 | 4F |
Octal | 333 | 271 | 325 | 0 | 20 | 3 | 16 | 467 | 40 | 117 |
Binary | 11011011 | 10111001 | 11010101 | 0 | 10000 | 11 | 1110 | 100110111 | 100000 | 1001111 |
Color Harmonies of #DBB9D5
Complementary color
Monochromatic Colors of #DBB9D5
Black with #DBB9D5
Text Example
Text Example
White with #DBB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9D5; }
p { color: rgb(219,185,213); }
H1.HeaderClassName
{
color: #DBB9D5;
}
.AnyTagClassName
{
color: #DBB9D5;
}
</style>
background-color css
<style>
a { background-color: #DBB9D5; }
a { background-color: rgb(219,185,213); }
div.DivClassName
{
background-color: #DBB9D5;
}
.BgClassName
{
background-color: #DBB9D5;
}
</style>
border-color css
<style>
span { border-color: #DBB9D5; }
span { border-color: rgb(219,185,213); }
td.TdClassName
{
border-color: #DBB9D5;
}
.TagClassName
{
border-color: #DBB9D5;
}
</style>