Shades of French Lilac #DBA4CC
Tints of French Lilac #DBA4CC
RGB
CMYK
RGB Variations
Color information
#DBA4CC (or 0xDBA4CC) is known color: French Lilac. HEX triplet: DB, A4 and CC. RGB value is (219,164,204). Sum of RGB (Red+Green+Blue) = 219+164+204=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4CC is #245B33. Grayscale: #B8B8B8. Windows color (decimal): -2382644 or 13411547. OLE color: 13411547.
HSL color Cylindrical-coordinate representation of color #DBA4CC: hue angle of 316.36º 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 #DBA4CC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 204 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.14 |
| HSL | 316.36º | 0.43% | 0.75% | - |
| HSV(B) | 316.36º | 0.25% | 0.86% | - |
| XYZ | 53.39 | 45.97 | 63.19 | - |
| YUV | 185.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 204 | 0 | 0.25 | 0.07 | 0.14 | 316.36 | 0.43 | 0.75 |
| Hex | DB | A4 | CC | 0 | 19 | 7 | E | 13C | 2B | 4B |
| Octal | 333 | 244 | 314 | 0 | 31 | 7 | 16 | 474 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11001100 | 0 | 11001 | 111 | 1110 | 100111100 | 101011 | 1001011 |
Color Harmonies of #DBA4CC
Complementary color
Monochromatic Colors of #DBA4CC
Black with #DBA4CC
Text Example
Text Example
White with #DBA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4CC; }
p { color: rgb(219,164,204); }
H1.HeaderClassName
{
color: #DBA4CC;
}
.AnyTagClassName
{
color: #DBA4CC;
}
</style>
background-color css
<style>
a { background-color: #DBA4CC; }
a { background-color: rgb(219,164,204); }
div.DivClassName
{
background-color: #DBA4CC;
}
.BgClassName
{
background-color: #DBA4CC;
}
</style>
border-color css
<style>
span { border-color: #DBA4CC; }
span { border-color: rgb(219,164,204); }
td.TdClassName
{
border-color: #DBA4CC;
}
.TagClassName
{
border-color: #DBA4CC;
}
</style>