Shades of Lilac #C29DCB
Tints of Lilac #C29DCB
RGB
CMYK
RGB Variations
Color information
#C29DCB (or 0xC29DCB) is known color: Lilac. HEX triplet: C2, 9D and CB. RGB value is (194,157,203). Sum of RGB (Red+Green+Blue) = 194+157+203=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #C29DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DCB is #3D6234. Grayscale: #ADADAD. Windows color (decimal): -4022837 or 13344194. OLE color: 13344194.
HSL color Cylindrical-coordinate representation of color #C29DCB: hue angle of 288.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29DCB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 157 | 203 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.20 |
| HSL | 288.26º | 0.31% | 0.71% | - |
| HSV(B) | 288.26º | 0.23% | 0.8% | - |
| XYZ | 45.08 | 39.9 | 61.82 | - |
| YUV | 173.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 203 | 0.04 | 0.23 | 0 | 0.20 | 288.26 | 0.31 | 0.71 |
| Hex | C2 | 9D | CB | 4 | 17 | 0 | 14 | 120 | 1F | 47 |
| Octal | 302 | 235 | 313 | 4 | 27 | 0 | 24 | 440 | 37 | 107 |
| Binary | 11000010 | 10011101 | 11001011 | 100 | 10111 | 0 | 10100 | 100100000 | 11111 | 1000111 |
Color Harmonies of #C29DCB
Complementary color
Monochromatic Colors of #C29DCB
Black with #C29DCB
Text Example
Text Example
White with #C29DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DCB; }
p { color: rgb(194,157,203); }
H1.HeaderClassName
{
color: #C29DCB;
}
.AnyTagClassName
{
color: #C29DCB;
}
</style>
background-color css
<style>
a { background-color: #C29DCB; }
a { background-color: rgb(194,157,203); }
div.DivClassName
{
background-color: #C29DCB;
}
.BgClassName
{
background-color: #C29DCB;
}
</style>
border-color css
<style>
span { border-color: #C29DCB; }
span { border-color: rgb(194,157,203); }
td.TdClassName
{
border-color: #C29DCB;
}
.TagClassName
{
border-color: #C29DCB;
}
</style>