Shades of Lilac #C29CBD
Tints of Lilac #C29CBD
RGB
CMYK
RGB Variations
Color information
#C29CBD (or 0xC29CBD) is known color: Lilac. HEX triplet: C2, 9C and BD. RGB value is (194,156,189). Sum of RGB (Red+Green+Blue) = 194+156+189=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CBD is #3D6342. Grayscale: #ABABAB. Windows color (decimal): -4023107 or 12426434. OLE color: 12426434.
HSL color Cylindrical-coordinate representation of color #C29CBD: hue angle of 307.89º 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 #C29CBD is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 189 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.24 |
| HSL | 307.89º | 0.24% | 0.69% | - |
| HSV(B) | 307.89º | 0.2% | 0.76% | - |
| XYZ | 43.32 | 38.92 | 53.37 | - |
| YUV | 171.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 189 | 0 | 0.20 | 0.03 | 0.24 | 307.89 | 0.24 | 0.69 |
| Hex | C2 | 9C | BD | 0 | 14 | 3 | 18 | 134 | 18 | 45 |
| Octal | 302 | 234 | 275 | 0 | 24 | 3 | 30 | 464 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10111101 | 0 | 10100 | 11 | 11000 | 100110100 | 11000 | 1000101 |
Color Harmonies of #C29CBD
Complementary color
Monochromatic Colors of #C29CBD
Black with #C29CBD
Text Example
Text Example
White with #C29CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CBD; }
p { color: rgb(194,156,189); }
H1.HeaderClassName
{
color: #C29CBD;
}
.AnyTagClassName
{
color: #C29CBD;
}
</style>
background-color css
<style>
a { background-color: #C29CBD; }
a { background-color: rgb(194,156,189); }
div.DivClassName
{
background-color: #C29CBD;
}
.BgClassName
{
background-color: #C29CBD;
}
</style>
border-color css
<style>
span { border-color: #C29CBD; }
span { border-color: rgb(194,156,189); }
td.TdClassName
{
border-color: #C29CBD;
}
.TagClassName
{
border-color: #C29CBD;
}
</style>