Shades of Lily #C29EB9
Tints of Lily #C29EB9
RGB
CMYK
RGB Variations
Color information
#C29EB9 (or 0xC29EB9) is known color: Lily. HEX triplet: C2, 9E and B9. RGB value is (194,158,185). Sum of RGB (Red+Green+Blue) = 194+158+185=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB9 is #3D6146. Grayscale: #ABABAB. Windows color (decimal): -4022599 or 12164802. OLE color: 12164802.
HSL color Cylindrical-coordinate representation of color #C29EB9: hue angle of 315º 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 #C29EB9 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 185 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.24 |
| HSL | 315º | 0.23% | 0.69% | - |
| HSV(B) | 315º | 0.19% | 0.76% | - |
| XYZ | 43.23 | 39.43 | 51.23 | - |
| YUV | 171.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 185 | 0 | 0.19 | 0.05 | 0.24 | 315 | 0.23 | 0.69 |
| Hex | C2 | 9E | B9 | 0 | 13 | 5 | 18 | 13B | 17 | 45 |
| Octal | 302 | 236 | 271 | 0 | 23 | 5 | 30 | 473 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10111001 | 0 | 10011 | 101 | 11000 | 100111011 | 10111 | 1000101 |
Color Harmonies of #C29EB9
Complementary color
Monochromatic Colors of #C29EB9
Black with #C29EB9
Text Example
Text Example
White with #C29EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EB9; }
p { color: rgb(194,158,185); }
H1.HeaderClassName
{
color: #C29EB9;
}
.AnyTagClassName
{
color: #C29EB9;
}
</style>
background-color css
<style>
a { background-color: #C29EB9; }
a { background-color: rgb(194,158,185); }
div.DivClassName
{
background-color: #C29EB9;
}
.BgClassName
{
background-color: #C29EB9;
}
</style>
border-color css
<style>
span { border-color: #C29EB9; }
span { border-color: rgb(194,158,185); }
td.TdClassName
{
border-color: #C29EB9;
}
.TagClassName
{
border-color: #C29EB9;
}
</style>