Shades of Lily #C29FBB
Tints of Lily #C29FBB
RGB
CMYK
RGB Variations
Color information
#C29FBB (or 0xC29FBB) is known color: Lily. HEX triplet: C2, 9F and BB. RGB value is (194,159,187). Sum of RGB (Red+Green+Blue) = 194+159+187=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FBB is #3D6044. Grayscale: #ACACAC. Windows color (decimal): -4022341 or 12296130. OLE color: 12296130.
HSL color Cylindrical-coordinate representation of color #C29FBB: hue angle of 312º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FBB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 187 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.24 |
| HSL | 312º | 0.22% | 0.69% | - |
| HSV(B) | 312º | 0.18% | 0.76% | - |
| XYZ | 43.62 | 39.85 | 52.41 | - |
| YUV | 172.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 187 | 0 | 0.18 | 0.04 | 0.24 | 312 | 0.22 | 0.69 |
| Hex | C2 | 9F | BB | 0 | 12 | 4 | 18 | 138 | 16 | 45 |
| Octal | 302 | 237 | 273 | 0 | 22 | 4 | 30 | 470 | 26 | 105 |
| Binary | 11000010 | 10011111 | 10111011 | 0 | 10010 | 100 | 11000 | 100111000 | 10110 | 1000101 |
Color Harmonies of #C29FBB
Complementary color
Monochromatic Colors of #C29FBB
Black with #C29FBB
Text Example
Text Example
White with #C29FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FBB; }
p { color: rgb(194,159,187); }
H1.HeaderClassName
{
color: #C29FBB;
}
.AnyTagClassName
{
color: #C29FBB;
}
</style>
background-color css
<style>
a { background-color: #C29FBB; }
a { background-color: rgb(194,159,187); }
div.DivClassName
{
background-color: #C29FBB;
}
.BgClassName
{
background-color: #C29FBB;
}
</style>
border-color css
<style>
span { border-color: #C29FBB; }
span { border-color: rgb(194,159,187); }
td.TdClassName
{
border-color: #C29FBB;
}
.TagClassName
{
border-color: #C29FBB;
}
</style>