Shades of Lily #C29DBB
Tints of Lily #C29DBB
RGB
CMYK
RGB Variations
Color information
#C29DBB (or 0xC29DBB) is known color: Lily. HEX triplet: C2, 9D and BB. RGB value is (194,157,187). Sum of RGB (Red+Green+Blue) = 194+157+187=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DBB is #3D6244. Grayscale: #ABABAB. Windows color (decimal): -4022853 or 12295618. OLE color: 12295618.
HSL color Cylindrical-coordinate representation of color #C29DBB: hue angle of 311.35º 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 #C29DBB is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 187 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.24 |
| HSL | 311.35º | 0.23% | 0.69% | - |
| HSV(B) | 311.35º | 0.19% | 0.76% | - |
| XYZ | 43.27 | 39.17 | 52.29 | - |
| YUV | 171.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 187 | 0 | 0.19 | 0.04 | 0.24 | 311.35 | 0.23 | 0.69 |
| Hex | C2 | 9D | BB | 0 | 13 | 4 | 18 | 137 | 17 | 45 |
| Octal | 302 | 235 | 273 | 0 | 23 | 4 | 30 | 467 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10111011 | 0 | 10011 | 100 | 11000 | 100110111 | 10111 | 1000101 |
Color Harmonies of #C29DBB
Complementary color
Monochromatic Colors of #C29DBB
Black with #C29DBB
Text Example
Text Example
White with #C29DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DBB; }
p { color: rgb(194,157,187); }
H1.HeaderClassName
{
color: #C29DBB;
}
.AnyTagClassName
{
color: #C29DBB;
}
</style>
background-color css
<style>
a { background-color: #C29DBB; }
a { background-color: rgb(194,157,187); }
div.DivClassName
{
background-color: #C29DBB;
}
.BgClassName
{
background-color: #C29DBB;
}
</style>
border-color css
<style>
span { border-color: #C29DBB; }
span { border-color: rgb(194,157,187); }
td.TdClassName
{
border-color: #C29DBB;
}
.TagClassName
{
border-color: #C29DBB;
}
</style>