Shades of Lily #C29DB5
Tints of Lily #C29DB5
RGB
CMYK
RGB Variations
Color information
#C29DB5 (or 0xC29DB5) is known color: Lily. HEX triplet: C2, 9D and B5. RGB value is (194,157,181). Sum of RGB (Red+Green+Blue) = 194+157+181=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DB5 is #3D624A. Grayscale: #AAAAAA. Windows color (decimal): -4022859 or 11902402. OLE color: 11902402.
HSL color Cylindrical-coordinate representation of color #C29DB5: hue angle of 321.08º 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 #C29DB5 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 181 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.24 |
| HSL | 321.08º | 0.23% | 0.69% | - |
| HSV(B) | 321.08º | 0.19% | 0.76% | - |
| XYZ | 42.65 | 38.92 | 48.98 | - |
| YUV | 170.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 181 | 0 | 0.19 | 0.07 | 0.24 | 321.08 | 0.23 | 0.69 |
| Hex | C2 | 9D | B5 | 0 | 13 | 7 | 18 | 141 | 17 | 45 |
| Octal | 302 | 235 | 265 | 0 | 23 | 7 | 30 | 501 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10110101 | 0 | 10011 | 111 | 11000 | 101000001 | 10111 | 1000101 |
Color Harmonies of #C29DB5
Complementary color
Monochromatic Colors of #C29DB5
Black with #C29DB5
Text Example
Text Example
White with #C29DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DB5; }
p { color: rgb(194,157,181); }
H1.HeaderClassName
{
color: #C29DB5;
}
.AnyTagClassName
{
color: #C29DB5;
}
</style>
background-color css
<style>
a { background-color: #C29DB5; }
a { background-color: rgb(194,157,181); }
div.DivClassName
{
background-color: #C29DB5;
}
.BgClassName
{
background-color: #C29DB5;
}
</style>
border-color css
<style>
span { border-color: #C29DB5; }
span { border-color: rgb(194,157,181); }
td.TdClassName
{
border-color: #C29DB5;
}
.TagClassName
{
border-color: #C29DB5;
}
</style>