Shades of Lilac #C29DBC
Tints of Lilac #C29DBC
RGB
CMYK
RGB Variations
Color information
#C29DBC (or 0xC29DBC) is known color: Lilac. HEX triplet: C2, 9D and BC. RGB value is (194,157,188). Sum of RGB (Red+Green+Blue) = 194+157+188=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DBC is #3D6243. Grayscale: #ABABAB. Windows color (decimal): -4022852 or 12361154. OLE color: 12361154.
HSL color Cylindrical-coordinate representation of color #C29DBC: hue angle of 309.73º 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 #C29DBC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 188 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.24 |
| HSL | 309.73º | 0.23% | 0.69% | - |
| HSV(B) | 309.73º | 0.19% | 0.76% | - |
| XYZ | 43.38 | 39.21 | 52.86 | - |
| YUV | 171.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 188 | 0 | 0.19 | 0.03 | 0.24 | 309.73 | 0.23 | 0.69 |
| Hex | C2 | 9D | BC | 0 | 13 | 3 | 18 | 136 | 17 | 45 |
| Octal | 302 | 235 | 274 | 0 | 23 | 3 | 30 | 466 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10111100 | 0 | 10011 | 11 | 11000 | 100110110 | 10111 | 1000101 |
Color Harmonies of #C29DBC
Complementary color
Monochromatic Colors of #C29DBC
Black with #C29DBC
Text Example
Text Example
White with #C29DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DBC; }
p { color: rgb(194,157,188); }
H1.HeaderClassName
{
color: #C29DBC;
}
.AnyTagClassName
{
color: #C29DBC;
}
</style>
background-color css
<style>
a { background-color: #C29DBC; }
a { background-color: rgb(194,157,188); }
div.DivClassName
{
background-color: #C29DBC;
}
.BgClassName
{
background-color: #C29DBC;
}
</style>
border-color css
<style>
span { border-color: #C29DBC; }
span { border-color: rgb(194,157,188); }
td.TdClassName
{
border-color: #C29DBC;
}
.TagClassName
{
border-color: #C29DBC;
}
</style>