Shades of Lily #CE80BA
Tints of Lily #CE80BA
RGB
CMYK
RGB Variations
Color information
#CE80BA (or 0xCE80BA) is known color: Lily. HEX triplet: CE, 80 and BA. RGB value is (206,128,186). Sum of RGB (Red+Green+Blue) = 206+128+186=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80BA is #317F45. Grayscale: #9D9D9D. Windows color (decimal): -3243846 or 12222670. OLE color: 12222670.
HSL color Cylindrical-coordinate representation of color #CE80BA: hue angle of 315.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80BA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 186 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.19 |
| HSL | 315.38º | 0.44% | 0.65% | - |
| HSV(B) | 315.38º | 0.38% | 0.81% | - |
| XYZ | 42.04 | 32.11 | 50.44 | - |
| YUV | 157.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 186 | 0 | 0.38 | 0.10 | 0.19 | 315.38 | 0.44 | 0.65 |
| Hex | CE | 80 | BA | 0 | 26 | A | 13 | 13B | 2C | 41 |
| Octal | 316 | 200 | 272 | 0 | 46 | 12 | 23 | 473 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10111010 | 0 | 100110 | 1010 | 10011 | 100111011 | 101100 | 1000001 |
Color Harmonies of #CE80BA
Complementary color
Monochromatic Colors of #CE80BA
Black with #CE80BA
Text Example
Text Example
White with #CE80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80BA; }
p { color: rgb(206,128,186); }
H1.HeaderClassName
{
color: #CE80BA;
}
.AnyTagClassName
{
color: #CE80BA;
}
</style>
background-color css
<style>
a { background-color: #CE80BA; }
a { background-color: rgb(206,128,186); }
div.DivClassName
{
background-color: #CE80BA;
}
.BgClassName
{
background-color: #CE80BA;
}
</style>
border-color css
<style>
span { border-color: #CE80BA; }
span { border-color: rgb(206,128,186); }
td.TdClassName
{
border-color: #CE80BA;
}
.TagClassName
{
border-color: #CE80BA;
}
</style>