Shades of Lily #C99DBC
Tints of Lily #C99DBC
RGB
CMYK
RGB Variations
Color information
#C99DBC (or 0xC99DBC) is known color: Lily. HEX triplet: C9, 9D and BC. RGB value is (201,157,188). Sum of RGB (Red+Green+Blue) = 201+157+188=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DBC is #366243. Grayscale: #ADADAD. Windows color (decimal): -3564100 or 12361161. OLE color: 12361161.
HSL color Cylindrical-coordinate representation of color #C99DBC: hue angle of 317.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DBC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 188 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.21 |
| HSL | 317.73º | 0.29% | 0.7% | - |
| HSV(B) | 317.73º | 0.22% | 0.79% | - |
| XYZ | 45.22 | 40.16 | 52.95 | - |
| YUV | 173.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 188 | 0 | 0.22 | 0.06 | 0.21 | 317.73 | 0.29 | 0.7 |
| Hex | C9 | 9D | BC | 0 | 16 | 6 | 15 | 13E | 1D | 46 |
| Octal | 311 | 235 | 274 | 0 | 26 | 6 | 25 | 476 | 35 | 106 |
| Binary | 11001001 | 10011101 | 10111100 | 0 | 10110 | 110 | 10101 | 100111110 | 11101 | 1000110 |
Color Harmonies of #C99DBC
Complementary color
Monochromatic Colors of #C99DBC
Black with #C99DBC
Text Example
Text Example
White with #C99DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DBC; }
p { color: rgb(201,157,188); }
H1.HeaderClassName
{
color: #C99DBC;
}
.AnyTagClassName
{
color: #C99DBC;
}
</style>
background-color css
<style>
a { background-color: #C99DBC; }
a { background-color: rgb(201,157,188); }
div.DivClassName
{
background-color: #C99DBC;
}
.BgClassName
{
background-color: #C99DBC;
}
</style>
border-color css
<style>
span { border-color: #C99DBC; }
span { border-color: rgb(201,157,188); }
td.TdClassName
{
border-color: #C99DBC;
}
.TagClassName
{
border-color: #C99DBC;
}
</style>