Shades of Lilac #C29ECB
Tints of Lilac #C29ECB
RGB
CMYK
RGB Variations
Color information
#C29ECB (or 0xC29ECB) is known color: Lilac. HEX triplet: C2, 9E and CB. RGB value is (194,158,203). Sum of RGB (Red+Green+Blue) = 194+158+203=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #C29ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ECB is #3D6134. Grayscale: #ADADAD. Windows color (decimal): -4022581 or 13344450. OLE color: 13344450.
HSL color Cylindrical-coordinate representation of color #C29ECB: hue angle of 288º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29ECB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 158 | 203 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.20 |
| HSL | 288º | 0.3% | 0.71% | - |
| HSV(B) | 288º | 0.22% | 0.8% | - |
| XYZ | 45.25 | 40.23 | 61.88 | - |
| YUV | 173.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 203 | 0.04 | 0.22 | 0 | 0.20 | 288 | 0.3 | 0.71 |
| Hex | C2 | 9E | CB | 4 | 16 | 0 | 14 | 120 | 1E | 47 |
| Octal | 302 | 236 | 313 | 4 | 26 | 0 | 24 | 440 | 36 | 107 |
| Binary | 11000010 | 10011110 | 11001011 | 100 | 10110 | 0 | 10100 | 100100000 | 11110 | 1000111 |
Color Harmonies of #C29ECB
Complementary color
Monochromatic Colors of #C29ECB
Black with #C29ECB
Text Example
Text Example
White with #C29ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29ECB; }
p { color: rgb(194,158,203); }
H1.HeaderClassName
{
color: #C29ECB;
}
.AnyTagClassName
{
color: #C29ECB;
}
</style>
background-color css
<style>
a { background-color: #C29ECB; }
a { background-color: rgb(194,158,203); }
div.DivClassName
{
background-color: #C29ECB;
}
.BgClassName
{
background-color: #C29ECB;
}
</style>
border-color css
<style>
span { border-color: #C29ECB; }
span { border-color: rgb(194,158,203); }
td.TdClassName
{
border-color: #C29ECB;
}
.TagClassName
{
border-color: #C29ECB;
}
</style>