Shades of Lily #C29EB6
Tints of Lily #C29EB6
RGB
CMYK
RGB Variations
Color information
#C29EB6 (or 0xC29EB6) is known color: Lily. HEX triplet: C2, 9E and B6. RGB value is (194,158,182). Sum of RGB (Red+Green+Blue) = 194+158+182=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB6 is #3D6149. Grayscale: #ABABAB. Windows color (decimal): -4022602 or 11968194. OLE color: 11968194.
HSL color Cylindrical-coordinate representation of color #C29EB6: hue angle of 320º 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 #C29EB6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 182 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.24 |
| HSL | 320º | 0.23% | 0.69% | - |
| HSV(B) | 320º | 0.19% | 0.76% | - |
| XYZ | 42.92 | 39.3 | 49.58 | - |
| YUV | 171.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 182 | 0 | 0.19 | 0.06 | 0.24 | 320 | 0.23 | 0.69 |
| Hex | C2 | 9E | B6 | 0 | 13 | 6 | 18 | 140 | 17 | 45 |
| Octal | 302 | 236 | 266 | 0 | 23 | 6 | 30 | 500 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10110110 | 0 | 10011 | 110 | 11000 | 101000000 | 10111 | 1000101 |
Color Harmonies of #C29EB6
Complementary color
Monochromatic Colors of #C29EB6
Black with #C29EB6
Text Example
Text Example
White with #C29EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EB6; }
p { color: rgb(194,158,182); }
H1.HeaderClassName
{
color: #C29EB6;
}
.AnyTagClassName
{
color: #C29EB6;
}
</style>
background-color css
<style>
a { background-color: #C29EB6; }
a { background-color: rgb(194,158,182); }
div.DivClassName
{
background-color: #C29EB6;
}
.BgClassName
{
background-color: #C29EB6;
}
</style>
border-color css
<style>
span { border-color: #C29EB6; }
span { border-color: rgb(194,158,182); }
td.TdClassName
{
border-color: #C29EB6;
}
.TagClassName
{
border-color: #C29EB6;
}
</style>