Shades of Lilac #C29BBF
Tints of Lilac #C29BBF
RGB
CMYK
RGB Variations
Color information
#C29BBF (or 0xC29BBF) is known color: Lilac. HEX triplet: C2, 9B and BF. RGB value is (194,155,191). Sum of RGB (Red+Green+Blue) = 194+155+191=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BBF is #3D6440. Grayscale: #AAAAAA. Windows color (decimal): -4023361 or 12557250. OLE color: 12557250.
HSL color Cylindrical-coordinate representation of color #C29BBF: hue angle of 304.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29BBF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 191 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.24 |
| HSL | 304.62º | 0.24% | 0.68% | - |
| HSV(B) | 304.62º | 0.2% | 0.76% | - |
| XYZ | 43.37 | 38.67 | 54.47 | - |
| YUV | 170.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 191 | 0 | 0.20 | 0.02 | 0.24 | 304.62 | 0.24 | 0.68 |
| Hex | C2 | 9B | BF | 0 | 14 | 2 | 18 | 131 | 18 | 44 |
| Octal | 302 | 233 | 277 | 0 | 24 | 2 | 30 | 461 | 30 | 104 |
| Binary | 11000010 | 10011011 | 10111111 | 0 | 10100 | 10 | 11000 | 100110001 | 11000 | 1000100 |
Color Harmonies of #C29BBF
Complementary color
Monochromatic Colors of #C29BBF
Black with #C29BBF
Text Example
Text Example
White with #C29BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BBF; }
p { color: rgb(194,155,191); }
H1.HeaderClassName
{
color: #C29BBF;
}
.AnyTagClassName
{
color: #C29BBF;
}
</style>
background-color css
<style>
a { background-color: #C29BBF; }
a { background-color: rgb(194,155,191); }
div.DivClassName
{
background-color: #C29BBF;
}
.BgClassName
{
background-color: #C29BBF;
}
</style>
border-color css
<style>
span { border-color: #C29BBF; }
span { border-color: rgb(194,155,191); }
td.TdClassName
{
border-color: #C29BBF;
}
.TagClassName
{
border-color: #C29BBF;
}
</style>