Shades of Lily #C29DB7
Tints of Lily #C29DB7
RGB
CMYK
RGB Variations
Color information
#C29DB7 (or 0xC29DB7) is known color: Lily. HEX triplet: C2, 9D and B7. RGB value is (194,157,183). Sum of RGB (Red+Green+Blue) = 194+157+183=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DB7 is #3D6248. Grayscale: #AAAAAA. Windows color (decimal): -4022857 or 12033474. OLE color: 12033474.
HSL color Cylindrical-coordinate representation of color #C29DB7: hue angle of 317.84º 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 #C29DB7 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 183 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.24 |
| HSL | 317.84º | 0.23% | 0.69% | - |
| HSV(B) | 317.84º | 0.19% | 0.76% | - |
| XYZ | 42.85 | 39 | 50.07 | - |
| YUV | 171.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 183 | 0 | 0.19 | 0.06 | 0.24 | 317.84 | 0.23 | 0.69 |
| Hex | C2 | 9D | B7 | 0 | 13 | 6 | 18 | 13E | 17 | 45 |
| Octal | 302 | 235 | 267 | 0 | 23 | 6 | 30 | 476 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10110111 | 0 | 10011 | 110 | 11000 | 100111110 | 10111 | 1000101 |
Color Harmonies of #C29DB7
Complementary color
Monochromatic Colors of #C29DB7
Black with #C29DB7
Text Example
Text Example
White with #C29DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DB7; }
p { color: rgb(194,157,183); }
H1.HeaderClassName
{
color: #C29DB7;
}
.AnyTagClassName
{
color: #C29DB7;
}
</style>
background-color css
<style>
a { background-color: #C29DB7; }
a { background-color: rgb(194,157,183); }
div.DivClassName
{
background-color: #C29DB7;
}
.BgClassName
{
background-color: #C29DB7;
}
</style>
border-color css
<style>
span { border-color: #C29DB7; }
span { border-color: rgb(194,157,183); }
td.TdClassName
{
border-color: #C29DB7;
}
.TagClassName
{
border-color: #C29DB7;
}
</style>