Shades of French Lilac #DBACD7
Tints of French Lilac #DBACD7
RGB
CMYK
RGB Variations
Color information
#DBACD7 (or 0xDBACD7) is known color: French Lilac. HEX triplet: DB, AC and D7. RGB value is (219,172,215). Sum of RGB (Red+Green+Blue) = 219+172+215=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD7 is #245328. Grayscale: #BEBEBE. Windows color (decimal): -2380585 or 14134491. OLE color: 14134491.
HSL color Cylindrical-coordinate representation of color #DBACD7: hue angle of 305.11º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACD7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 172 | 215 | - |
CMYK | 0 | 0.21 | 0.02 | 0.14 |
HSL | 305.11º | 0.39% | 0.77% | - |
HSV(B) | 305.11º | 0.21% | 0.86% | - |
XYZ | 56.23 | 49.47 | 70.88 | - |
YUV | 190.96 | 141.57 | 148 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 215 | 0 | 0.21 | 0.02 | 0.14 | 305.11 | 0.39 | 0.77 |
Hex | DB | AC | D7 | 0 | 15 | 2 | E | 131 | 27 | 4D |
Octal | 333 | 254 | 327 | 0 | 25 | 2 | 16 | 461 | 47 | 115 |
Binary | 11011011 | 10101100 | 11010111 | 0 | 10101 | 10 | 1110 | 100110001 | 100111 | 1001101 |
Color Harmonies of #DBACD7
Complementary color
Monochromatic Colors of #DBACD7
Black with #DBACD7
Text Example
Text Example
White with #DBACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACD7; }
p { color: rgb(219,172,215); }
H1.HeaderClassName
{
color: #DBACD7;
}
.AnyTagClassName
{
color: #DBACD7;
}
</style>
background-color css
<style>
a { background-color: #DBACD7; }
a { background-color: rgb(219,172,215); }
div.DivClassName
{
background-color: #DBACD7;
}
.BgClassName
{
background-color: #DBACD7;
}
</style>
border-color css
<style>
span { border-color: #DBACD7; }
span { border-color: rgb(219,172,215); }
td.TdClassName
{
border-color: #DBACD7;
}
.TagClassName
{
border-color: #DBACD7;
}
</style>