Shades of French Lilac #DBB6D0
Tints of French Lilac #DBB6D0
RGB
CMYK
RGB Variations
Color information
#DBB6D0 (or 0xDBB6D0) is known color: French Lilac. HEX triplet: DB, B6 and D0. RGB value is (219,182,208). Sum of RGB (Red+Green+Blue) = 219+182+208=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6D0 is #24492F. Grayscale: #C3C3C3. Windows color (decimal): -2378032 or 13678299. OLE color: 13678299.
HSL color Cylindrical-coordinate representation of color #DBB6D0: hue angle of 317.84º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6D0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 208 | - |
CMYK | 0 | 0.17 | 0.05 | 0.14 |
HSL | 317.84º | 0.34% | 0.79% | - |
HSV(B) | 317.84º | 0.17% | 0.86% | - |
XYZ | 57.33 | 53.07 | 66.9 | - |
YUV | 196.03 | 134.76 | 144.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 208 | 0 | 0.17 | 0.05 | 0.14 | 317.84 | 0.34 | 0.79 |
Hex | DB | B6 | D0 | 0 | 11 | 5 | E | 13E | 22 | 4F |
Octal | 333 | 266 | 320 | 0 | 21 | 5 | 16 | 476 | 42 | 117 |
Binary | 11011011 | 10110110 | 11010000 | 0 | 10001 | 101 | 1110 | 100111110 | 100010 | 1001111 |
Color Harmonies of #DBB6D0
Complementary color
Monochromatic Colors of #DBB6D0
Black with #DBB6D0
Text Example
Text Example
White with #DBB6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6D0; }
p { color: rgb(219,182,208); }
H1.HeaderClassName
{
color: #DBB6D0;
}
.AnyTagClassName
{
color: #DBB6D0;
}
</style>
background-color css
<style>
a { background-color: #DBB6D0; }
a { background-color: rgb(219,182,208); }
div.DivClassName
{
background-color: #DBB6D0;
}
.BgClassName
{
background-color: #DBB6D0;
}
</style>
border-color css
<style>
span { border-color: #DBB6D0; }
span { border-color: rgb(219,182,208); }
td.TdClassName
{
border-color: #DBB6D0;
}
.TagClassName
{
border-color: #DBB6D0;
}
</style>