Shades of Lily #C29EB3
Tints of Lily #C29EB3
RGB
CMYK
RGB Variations
Color information
#C29EB3 (or 0xC29EB3) is known color: Lily. HEX triplet: C2, 9E and B3. RGB value is (194,158,179). Sum of RGB (Red+Green+Blue) = 194+158+179=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EB3 is #3D614C. Grayscale: #ABABAB. Windows color (decimal): -4022605 or 11771586. OLE color: 11771586.
HSL color Cylindrical-coordinate representation of color #C29EB3: hue angle of 325º 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 #C29EB3 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 179 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.24 |
| HSL | 325º | 0.23% | 0.69% | - |
| HSV(B) | 325º | 0.19% | 0.76% | - |
| XYZ | 42.61 | 39.18 | 47.96 | - |
| YUV | 171.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 179 | 0 | 0.19 | 0.08 | 0.24 | 325 | 0.23 | 0.69 |
| Hex | C2 | 9E | B3 | 0 | 13 | 8 | 18 | 145 | 17 | 45 |
| Octal | 302 | 236 | 263 | 0 | 23 | 10 | 30 | 505 | 27 | 105 |
| Binary | 11000010 | 10011110 | 10110011 | 0 | 10011 | 1000 | 11000 | 101000101 | 10111 | 1000101 |
Color Harmonies of #C29EB3
Complementary color
Monochromatic Colors of #C29EB3
Black with #C29EB3
Text Example
Text Example
White with #C29EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EB3; }
p { color: rgb(194,158,179); }
H1.HeaderClassName
{
color: #C29EB3;
}
.AnyTagClassName
{
color: #C29EB3;
}
</style>
background-color css
<style>
a { background-color: #C29EB3; }
a { background-color: rgb(194,158,179); }
div.DivClassName
{
background-color: #C29EB3;
}
.BgClassName
{
background-color: #C29EB3;
}
</style>
border-color css
<style>
span { border-color: #C29EB3; }
span { border-color: rgb(194,158,179); }
td.TdClassName
{
border-color: #C29EB3;
}
.TagClassName
{
border-color: #C29EB3;
}
</style>