Shades of Lilac #C29CBF
Tints of Lilac #C29CBF
RGB
CMYK
RGB Variations
Color information
#C29CBF (or 0xC29CBF) is known color: Lilac. HEX triplet: C2, 9C and BF. RGB value is (194,156,191). Sum of RGB (Red+Green+Blue) = 194+156+191=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CBF is #3D6340. Grayscale: #ABABAB. Windows color (decimal): -4023105 or 12557506. OLE color: 12557506.
HSL color Cylindrical-coordinate representation of color #C29CBF: hue angle of 304.74º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29CBF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 191 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.24 |
| HSL | 304.74º | 0.24% | 0.69% | - |
| HSV(B) | 304.74º | 0.2% | 0.76% | - |
| XYZ | 43.54 | 39.01 | 54.52 | - |
| YUV | 171.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 191 | 0 | 0.20 | 0.02 | 0.24 | 304.74 | 0.24 | 0.69 |
| Hex | C2 | 9C | BF | 0 | 14 | 2 | 18 | 131 | 18 | 45 |
| Octal | 302 | 234 | 277 | 0 | 24 | 2 | 30 | 461 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10111111 | 0 | 10100 | 10 | 11000 | 100110001 | 11000 | 1000101 |
Color Harmonies of #C29CBF
Complementary color
Monochromatic Colors of #C29CBF
Black with #C29CBF
Text Example
Text Example
White with #C29CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CBF; }
p { color: rgb(194,156,191); }
H1.HeaderClassName
{
color: #C29CBF;
}
.AnyTagClassName
{
color: #C29CBF;
}
</style>
background-color css
<style>
a { background-color: #C29CBF; }
a { background-color: rgb(194,156,191); }
div.DivClassName
{
background-color: #C29CBF;
}
.BgClassName
{
background-color: #C29CBF;
}
</style>
border-color css
<style>
span { border-color: #C29CBF; }
span { border-color: rgb(194,156,191); }
td.TdClassName
{
border-color: #C29CBF;
}
.TagClassName
{
border-color: #C29CBF;
}
</style>