Shades of Lily #C29DB4
Tints of Lily #C29DB4
RGB
CMYK
RGB Variations
Color information
#C29DB4 (or 0xC29DB4) is known color: Lily. HEX triplet: C2, 9D and B4. RGB value is (194,157,180). Sum of RGB (Red+Green+Blue) = 194+157+180=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DB4 is #3D624B. Grayscale: #AAAAAA. Windows color (decimal): -4022860 or 11836866. OLE color: 11836866.
HSL color Cylindrical-coordinate representation of color #C29DB4: hue angle of 322.7º 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 #C29DB4 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 180 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.24 |
| HSL | 322.7º | 0.23% | 0.69% | - |
| HSV(B) | 322.7º | 0.19% | 0.76% | - |
| XYZ | 42.54 | 38.88 | 48.44 | - |
| YUV | 170.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 180 | 0 | 0.19 | 0.07 | 0.24 | 322.7 | 0.23 | 0.69 |
| Hex | C2 | 9D | B4 | 0 | 13 | 7 | 18 | 143 | 17 | 45 |
| Octal | 302 | 235 | 264 | 0 | 23 | 7 | 30 | 503 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10110100 | 0 | 10011 | 111 | 11000 | 101000011 | 10111 | 1000101 |
Color Harmonies of #C29DB4
Complementary color
Monochromatic Colors of #C29DB4
Black with #C29DB4
Text Example
Text Example
White with #C29DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DB4; }
p { color: rgb(194,157,180); }
H1.HeaderClassName
{
color: #C29DB4;
}
.AnyTagClassName
{
color: #C29DB4;
}
</style>
background-color css
<style>
a { background-color: #C29DB4; }
a { background-color: rgb(194,157,180); }
div.DivClassName
{
background-color: #C29DB4;
}
.BgClassName
{
background-color: #C29DB4;
}
</style>
border-color css
<style>
span { border-color: #C29DB4; }
span { border-color: rgb(194,157,180); }
td.TdClassName
{
border-color: #C29DB4;
}
.TagClassName
{
border-color: #C29DB4;
}
</style>