Shades of Lily #C99EBC
Tints of Lily #C99EBC
RGB
CMYK
RGB Variations
Color information
#C99EBC (or 0xC99EBC) is known color: Lily. HEX triplet: C9, 9E and BC. RGB value is (201,158,188). Sum of RGB (Red+Green+Blue) = 201+158+188=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EBC is #366143. Grayscale: #AEAEAE. Windows color (decimal): -3563844 or 12361417. OLE color: 12361417.
HSL color Cylindrical-coordinate representation of color #C99EBC: hue angle of 318.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EBC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 188 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.21 |
| HSL | 318.14º | 0.28% | 0.7% | - |
| HSV(B) | 318.14º | 0.21% | 0.79% | - |
| XYZ | 45.39 | 40.5 | 53 | - |
| YUV | 174.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 188 | 0 | 0.21 | 0.06 | 0.21 | 318.14 | 0.28 | 0.7 |
| Hex | C9 | 9E | BC | 0 | 15 | 6 | 15 | 13E | 1C | 46 |
| Octal | 311 | 236 | 274 | 0 | 25 | 6 | 25 | 476 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10111100 | 0 | 10101 | 110 | 10101 | 100111110 | 11100 | 1000110 |
Color Harmonies of #C99EBC
Complementary color
Monochromatic Colors of #C99EBC
Black with #C99EBC
Text Example
Text Example
White with #C99EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EBC; }
p { color: rgb(201,158,188); }
H1.HeaderClassName
{
color: #C99EBC;
}
.AnyTagClassName
{
color: #C99EBC;
}
</style>
background-color css
<style>
a { background-color: #C99EBC; }
a { background-color: rgb(201,158,188); }
div.DivClassName
{
background-color: #C99EBC;
}
.BgClassName
{
background-color: #C99EBC;
}
</style>
border-color css
<style>
span { border-color: #C99EBC; }
span { border-color: rgb(201,158,188); }
td.TdClassName
{
border-color: #C99EBC;
}
.TagClassName
{
border-color: #C99EBC;
}
</style>