Shades of Lily #C29BAE
Tints of Lily #C29BAE
RGB
CMYK
RGB Variations
Color information
#C29BAE (or 0xC29BAE) is known color: Lily. HEX triplet: C2, 9B and AE. RGB value is (194,155,174). Sum of RGB (Red+Green+Blue) = 194+155+174=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29BAE is #3D6451. Grayscale: #A8A8A8. Windows color (decimal): -4023378 or 11443138. OLE color: 11443138.
HSL color Cylindrical-coordinate representation of color #C29BAE: hue angle of 330.77º 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 #C29BAE is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 174 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.24 |
| HSL | 330.77º | 0.24% | 0.68% | - |
| HSV(B) | 330.77º | 0.2% | 0.76% | - |
| XYZ | 41.61 | 37.97 | 45.18 | - |
| YUV | 168.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 174 | 0 | 0.20 | 0.10 | 0.24 | 330.77 | 0.24 | 0.68 |
| Hex | C2 | 9B | AE | 0 | 14 | A | 18 | 14B | 18 | 44 |
| Octal | 302 | 233 | 256 | 0 | 24 | 12 | 30 | 513 | 30 | 104 |
| Binary | 11000010 | 10011011 | 10101110 | 0 | 10100 | 1010 | 11000 | 101001011 | 11000 | 1000100 |
Color Harmonies of #C29BAE
Complementary color
Monochromatic Colors of #C29BAE
Black with #C29BAE
Text Example
Text Example
White with #C29BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BAE; }
p { color: rgb(194,155,174); }
H1.HeaderClassName
{
color: #C29BAE;
}
.AnyTagClassName
{
color: #C29BAE;
}
</style>
background-color css
<style>
a { background-color: #C29BAE; }
a { background-color: rgb(194,155,174); }
div.DivClassName
{
background-color: #C29BAE;
}
.BgClassName
{
background-color: #C29BAE;
}
</style>
border-color css
<style>
span { border-color: #C29BAE; }
span { border-color: rgb(194,155,174); }
td.TdClassName
{
border-color: #C29BAE;
}
.TagClassName
{
border-color: #C29BAE;
}
</style>