Shades of Lilac #C29DBF
Tints of Lilac #C29DBF
RGB
CMYK
RGB Variations
Color information
#C29DBF (or 0xC29DBF) is known color: Lilac. HEX triplet: C2, 9D and BF. RGB value is (194,157,191). Sum of RGB (Red+Green+Blue) = 194+157+191=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DBF is #3D6240. Grayscale: #ABABAB. Windows color (decimal): -4022849 or 12557762. OLE color: 12557762.
HSL color Cylindrical-coordinate representation of color #C29DBF: hue angle of 304.86º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29DBF is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 191 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.24 |
| HSL | 304.86º | 0.23% | 0.69% | - |
| HSV(B) | 304.86º | 0.19% | 0.76% | - |
| XYZ | 43.71 | 39.34 | 54.58 | - |
| YUV | 171.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 191 | 0 | 0.19 | 0.02 | 0.24 | 304.86 | 0.23 | 0.69 |
| Hex | C2 | 9D | BF | 0 | 13 | 2 | 18 | 131 | 17 | 45 |
| Octal | 302 | 235 | 277 | 0 | 23 | 2 | 30 | 461 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10111111 | 0 | 10011 | 10 | 11000 | 100110001 | 10111 | 1000101 |
Color Harmonies of #C29DBF
Complementary color
Monochromatic Colors of #C29DBF
Black with #C29DBF
Text Example
Text Example
White with #C29DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DBF; }
p { color: rgb(194,157,191); }
H1.HeaderClassName
{
color: #C29DBF;
}
.AnyTagClassName
{
color: #C29DBF;
}
</style>
background-color css
<style>
a { background-color: #C29DBF; }
a { background-color: rgb(194,157,191); }
div.DivClassName
{
background-color: #C29DBF;
}
.BgClassName
{
background-color: #C29DBF;
}
</style>
border-color css
<style>
span { border-color: #C29DBF; }
span { border-color: rgb(194,157,191); }
td.TdClassName
{
border-color: #C29DBF;
}
.TagClassName
{
border-color: #C29DBF;
}
</style>