Shades of Lilac #C29EBE
Tints of Lilac #C29EBE
RGB
CMYK
RGB Variations
Color information
#C29EBE (or 0xC29EBE) is known color: Lilac. HEX triplet: C2, 9E and BE. RGB value is (194,158,190). Sum of RGB (Red+Green+Blue) = 194+158+190=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EBE is #3D6141. Grayscale: #ACACAC. Windows color (decimal): -4022594 or 12492482. OLE color: 12492482.
HSL color Cylindrical-coordinate representation of color #C29EBE: hue angle of 306.67º 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 #C29EBE is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 190 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.24 |
| HSL | 306.67º | 0.23% | 0.69% | - |
| HSV(B) | 306.67º | 0.19% | 0.76% | - |
| XYZ | 43.77 | 39.64 | 54.06 | - |
| YUV | 172.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 190 | 0 | 0.19 | 0.02 | 0.24 | 306.67 | 0.23 | 0.69 |
| Hex | C2 | 9E | BE | 0 | 13 | 2 | 18 | 133 | 17 | 45 |
| Octal | 302 | 236 | 276 | 0 | 23 | 2 | 30 | 463 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10111110 | 0 | 10011 | 10 | 11000 | 100110011 | 10111 | 1000101 |
Color Harmonies of #C29EBE
Complementary color
Monochromatic Colors of #C29EBE
Black with #C29EBE
Text Example
Text Example
White with #C29EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EBE; }
p { color: rgb(194,158,190); }
H1.HeaderClassName
{
color: #C29EBE;
}
.AnyTagClassName
{
color: #C29EBE;
}
</style>
background-color css
<style>
a { background-color: #C29EBE; }
a { background-color: rgb(194,158,190); }
div.DivClassName
{
background-color: #C29EBE;
}
.BgClassName
{
background-color: #C29EBE;
}
</style>
border-color css
<style>
span { border-color: #C29EBE; }
span { border-color: rgb(194,158,190); }
td.TdClassName
{
border-color: #C29EBE;
}
.TagClassName
{
border-color: #C29EBE;
}
</style>