Shades of Lily #C99EBE
Tints of Lily #C99EBE
RGB
CMYK
RGB Variations
Color information
#C99EBE (or 0xC99EBE) is known color: Lily. HEX triplet: C9, 9E and BE. RGB value is (201,158,190). Sum of RGB (Red+Green+Blue) = 201+158+190=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EBE is #366141. Grayscale: #AEAEAE. Windows color (decimal): -3563842 or 12492489. OLE color: 12492489.
HSL color Cylindrical-coordinate representation of color #C99EBE: hue angle of 315.35º 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 #C99EBE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 190 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.21 |
| HSL | 315.35º | 0.28% | 0.7% | - |
| HSV(B) | 315.35º | 0.21% | 0.79% | - |
| XYZ | 45.61 | 40.59 | 54.15 | - |
| YUV | 174.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 190 | 0 | 0.21 | 0.05 | 0.21 | 315.35 | 0.28 | 0.7 |
| Hex | C9 | 9E | BE | 0 | 15 | 5 | 15 | 13B | 1C | 46 |
| Octal | 311 | 236 | 276 | 0 | 25 | 5 | 25 | 473 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10111110 | 0 | 10101 | 101 | 10101 | 100111011 | 11100 | 1000110 |
Color Harmonies of #C99EBE
Complementary color
Monochromatic Colors of #C99EBE
Black with #C99EBE
Text Example
Text Example
White with #C99EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EBE; }
p { color: rgb(201,158,190); }
H1.HeaderClassName
{
color: #C99EBE;
}
.AnyTagClassName
{
color: #C99EBE;
}
</style>
background-color css
<style>
a { background-color: #C99EBE; }
a { background-color: rgb(201,158,190); }
div.DivClassName
{
background-color: #C99EBE;
}
.BgClassName
{
background-color: #C99EBE;
}
</style>
border-color css
<style>
span { border-color: #C99EBE; }
span { border-color: rgb(201,158,190); }
td.TdClassName
{
border-color: #C99EBE;
}
.TagClassName
{
border-color: #C99EBE;
}
</style>