Shades of French Lilac #DBA5CC
Tints of French Lilac #DBA5CC
RGB
CMYK
RGB Variations
Color information
#DBA5CC (or 0xDBA5CC) is known color: French Lilac. HEX triplet: DB, A5 and CC. RGB value is (219,165,204). Sum of RGB (Red+Green+Blue) = 219+165+204=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5CC is #245A33. Grayscale: #B9B9B9. Windows color (decimal): -2382388 or 13411803. OLE color: 13411803.
HSL color Cylindrical-coordinate representation of color #DBA5CC: hue angle of 316.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5CC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 204 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.14 |
| HSL | 316.67º | 0.43% | 0.75% | - |
| HSV(B) | 316.67º | 0.25% | 0.86% | - |
| XYZ | 53.57 | 46.33 | 63.25 | - |
| YUV | 185.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 204 | 0 | 0.25 | 0.07 | 0.14 | 316.67 | 0.43 | 0.75 |
| Hex | DB | A5 | CC | 0 | 19 | 7 | E | 13D | 2B | 4B |
| Octal | 333 | 245 | 314 | 0 | 31 | 7 | 16 | 475 | 53 | 113 |
| Binary | 11011011 | 10100101 | 11001100 | 0 | 11001 | 111 | 1110 | 100111101 | 101011 | 1001011 |
Color Harmonies of #DBA5CC
Complementary color
Monochromatic Colors of #DBA5CC
Black with #DBA5CC
Text Example
Text Example
White with #DBA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5CC; }
p { color: rgb(219,165,204); }
H1.HeaderClassName
{
color: #DBA5CC;
}
.AnyTagClassName
{
color: #DBA5CC;
}
</style>
background-color css
<style>
a { background-color: #DBA5CC; }
a { background-color: rgb(219,165,204); }
div.DivClassName
{
background-color: #DBA5CC;
}
.BgClassName
{
background-color: #DBA5CC;
}
</style>
border-color css
<style>
span { border-color: #DBA5CC; }
span { border-color: rgb(219,165,204); }
td.TdClassName
{
border-color: #DBA5CC;
}
.TagClassName
{
border-color: #DBA5CC;
}
</style>