Shades of Lily #C29EB7
Tints of Lily #C29EB7
RGB
CMYK
RGB Variations
Color information
#C29EB7 (or 0xC29EB7) is known color: Lily. HEX triplet: C2, 9E and B7. RGB value is (194,158,183). Sum of RGB (Red+Green+Blue) = 194+158+183=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB7 is #3D6148. Grayscale: #ABABAB. Windows color (decimal): -4022601 or 12033730. OLE color: 12033730.
HSL color Cylindrical-coordinate representation of color #C29EB7: hue angle of 318.33º 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 #C29EB7 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 183 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.24 |
| HSL | 318.33º | 0.23% | 0.69% | - |
| HSV(B) | 318.33º | 0.19% | 0.76% | - |
| XYZ | 43.02 | 39.34 | 50.13 | - |
| YUV | 171.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 183 | 0 | 0.19 | 0.06 | 0.24 | 318.33 | 0.23 | 0.69 |
| Hex | C2 | 9E | B7 | 0 | 13 | 6 | 18 | 13E | 17 | 45 |
| Octal | 302 | 236 | 267 | 0 | 23 | 6 | 30 | 476 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10110111 | 0 | 10011 | 110 | 11000 | 100111110 | 10111 | 1000101 |
Color Harmonies of #C29EB7
Complementary color
Monochromatic Colors of #C29EB7
Black with #C29EB7
Text Example
Text Example
White with #C29EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EB7; }
p { color: rgb(194,158,183); }
H1.HeaderClassName
{
color: #C29EB7;
}
.AnyTagClassName
{
color: #C29EB7;
}
</style>
background-color css
<style>
a { background-color: #C29EB7; }
a { background-color: rgb(194,158,183); }
div.DivClassName
{
background-color: #C29EB7;
}
.BgClassName
{
background-color: #C29EB7;
}
</style>
border-color css
<style>
span { border-color: #C29EB7; }
span { border-color: rgb(194,158,183); }
td.TdClassName
{
border-color: #C29EB7;
}
.TagClassName
{
border-color: #C29EB7;
}
</style>