Shades of Lily #C29EB2
Tints of Lily #C29EB2
RGB
CMYK
RGB Variations
Color information
#C29EB2 (or 0xC29EB2) is known color: Lily. HEX triplet: C2, 9E and B2. RGB value is (194,158,178). Sum of RGB (Red+Green+Blue) = 194+158+178=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EB2 is #3D614D. Grayscale: #ABABAB. Windows color (decimal): -4022606 or 11706050. OLE color: 11706050.
HSL color Cylindrical-coordinate representation of color #C29EB2: hue angle of 326.67º 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 #C29EB2 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 178 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.24 |
| HSL | 326.67º | 0.23% | 0.69% | - |
| HSV(B) | 326.67º | 0.19% | 0.76% | - |
| XYZ | 42.51 | 39.14 | 47.43 | - |
| YUV | 171.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 178 | 0 | 0.19 | 0.08 | 0.24 | 326.67 | 0.23 | 0.69 |
| Hex | C2 | 9E | B2 | 0 | 13 | 8 | 18 | 147 | 17 | 45 |
| Octal | 302 | 236 | 262 | 0 | 23 | 10 | 30 | 507 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10110010 | 0 | 10011 | 1000 | 11000 | 101000111 | 10111 | 1000101 |
Color Harmonies of #C29EB2
Complementary color
Monochromatic Colors of #C29EB2
Black with #C29EB2
Text Example
Text Example
White with #C29EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EB2; }
p { color: rgb(194,158,178); }
H1.HeaderClassName
{
color: #C29EB2;
}
.AnyTagClassName
{
color: #C29EB2;
}
</style>
background-color css
<style>
a { background-color: #C29EB2; }
a { background-color: rgb(194,158,178); }
div.DivClassName
{
background-color: #C29EB2;
}
.BgClassName
{
background-color: #C29EB2;
}
</style>
border-color css
<style>
span { border-color: #C29EB2; }
span { border-color: rgb(194,158,178); }
td.TdClassName
{
border-color: #C29EB2;
}
.TagClassName
{
border-color: #C29EB2;
}
</style>