Shades of Lilac #C49DBF
Tints of Lilac #C49DBF
RGB
CMYK
RGB Variations
Color information
#C49DBF (or 0xC49DBF) is known color: Lilac. HEX triplet: C4, 9D and BF. RGB value is (196,157,191). Sum of RGB (Red+Green+Blue) = 196+157+191=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C49DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DBF is #3B6240. Grayscale: #ACACAC. Windows color (decimal): -3891777 or 12557764. OLE color: 12557764.
HSL color Cylindrical-coordinate representation of color #C49DBF: hue angle of 307.69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49DBF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 191 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.23 |
| HSL | 307.69º | 0.25% | 0.69% | - |
| HSV(B) | 307.69º | 0.2% | 0.77% | - |
| XYZ | 44.23 | 39.61 | 54.61 | - |
| YUV | 172.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 191 | 0 | 0.20 | 0.03 | 0.23 | 307.69 | 0.25 | 0.69 |
| Hex | C4 | 9D | BF | 0 | 14 | 3 | 17 | 134 | 19 | 45 |
| Octal | 304 | 235 | 277 | 0 | 24 | 3 | 27 | 464 | 31 | 105 |
| Binary | 11000100 | 10011101 | 10111111 | 0 | 10100 | 11 | 10111 | 100110100 | 11001 | 1000101 |
Color Harmonies of #C49DBF
Complementary color
Monochromatic Colors of #C49DBF
Black with #C49DBF
Text Example
Text Example
White with #C49DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DBF; }
p { color: rgb(196,157,191); }
H1.HeaderClassName
{
color: #C49DBF;
}
.AnyTagClassName
{
color: #C49DBF;
}
</style>
background-color css
<style>
a { background-color: #C49DBF; }
a { background-color: rgb(196,157,191); }
div.DivClassName
{
background-color: #C49DBF;
}
.BgClassName
{
background-color: #C49DBF;
}
</style>
border-color css
<style>
span { border-color: #C49DBF; }
span { border-color: rgb(196,157,191); }
td.TdClassName
{
border-color: #C49DBF;
}
.TagClassName
{
border-color: #C49DBF;
}
</style>