Shades of Lilac #C29DBE
Tints of Lilac #C29DBE
RGB
CMYK
RGB Variations
Color information
#C29DBE (or 0xC29DBE) is known color: Lilac. HEX triplet: C2, 9D and BE. RGB value is (194,157,190). Sum of RGB (Red+Green+Blue) = 194+157+190=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DBE is #3D6241. Grayscale: #ABABAB. Windows color (decimal): -4022850 or 12492226. OLE color: 12492226.
HSL color Cylindrical-coordinate representation of color #C29DBE: hue angle of 306.49º 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 #C29DBE is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 190 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.24 |
| HSL | 306.49º | 0.23% | 0.69% | - |
| HSV(B) | 306.49º | 0.19% | 0.76% | - |
| XYZ | 43.6 | 39.3 | 54 | - |
| YUV | 171.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 190 | 0 | 0.19 | 0.02 | 0.24 | 306.49 | 0.23 | 0.69 |
| Hex | C2 | 9D | BE | 0 | 13 | 2 | 18 | 132 | 17 | 45 |
| Octal | 302 | 235 | 276 | 0 | 23 | 2 | 30 | 462 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10111110 | 0 | 10011 | 10 | 11000 | 100110010 | 10111 | 1000101 |
Color Harmonies of #C29DBE
Complementary color
Monochromatic Colors of #C29DBE
Black with #C29DBE
Text Example
Text Example
White with #C29DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DBE; }
p { color: rgb(194,157,190); }
H1.HeaderClassName
{
color: #C29DBE;
}
.AnyTagClassName
{
color: #C29DBE;
}
</style>
background-color css
<style>
a { background-color: #C29DBE; }
a { background-color: rgb(194,157,190); }
div.DivClassName
{
background-color: #C29DBE;
}
.BgClassName
{
background-color: #C29DBE;
}
</style>
border-color css
<style>
span { border-color: #C29DBE; }
span { border-color: rgb(194,157,190); }
td.TdClassName
{
border-color: #C29DBE;
}
.TagClassName
{
border-color: #C29DBE;
}
</style>