Shades of Lilac #C29EBC
Tints of Lilac #C29EBC
RGB
CMYK
RGB Variations
Color information
#C29EBC (or 0xC29EBC) is known color: Lilac. HEX triplet: C2, 9E and BC. RGB value is (194,158,188). Sum of RGB (Red+Green+Blue) = 194+158+188=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EBC is #3D6143. Grayscale: #ACACAC. Windows color (decimal): -4022596 or 12361410. OLE color: 12361410.
HSL color Cylindrical-coordinate representation of color #C29EBC: hue angle of 310º 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 #C29EBC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 188 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.24 |
| HSL | 310º | 0.23% | 0.69% | - |
| HSV(B) | 310º | 0.19% | 0.76% | - |
| XYZ | 43.55 | 39.55 | 52.92 | - |
| YUV | 172.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 188 | 0 | 0.19 | 0.03 | 0.24 | 310 | 0.23 | 0.69 |
| Hex | C2 | 9E | BC | 0 | 13 | 3 | 18 | 136 | 17 | 45 |
| Octal | 302 | 236 | 274 | 0 | 23 | 3 | 30 | 466 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10111100 | 0 | 10011 | 11 | 11000 | 100110110 | 10111 | 1000101 |
Color Harmonies of #C29EBC
Complementary color
Monochromatic Colors of #C29EBC
Black with #C29EBC
Text Example
Text Example
White with #C29EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EBC; }
p { color: rgb(194,158,188); }
H1.HeaderClassName
{
color: #C29EBC;
}
.AnyTagClassName
{
color: #C29EBC;
}
</style>
background-color css
<style>
a { background-color: #C29EBC; }
a { background-color: rgb(194,158,188); }
div.DivClassName
{
background-color: #C29EBC;
}
.BgClassName
{
background-color: #C29EBC;
}
</style>
border-color css
<style>
span { border-color: #C29EBC; }
span { border-color: rgb(194,158,188); }
td.TdClassName
{
border-color: #C29EBC;
}
.TagClassName
{
border-color: #C29EBC;
}
</style>