Shades of Lily #CEA0BA
Tints of Lily #CEA0BA
RGB
CMYK
RGB Variations
Color information
#CEA0BA (or 0xCEA0BA) is known color: Lily. HEX triplet: CE, A0 and BA. RGB value is (206,160,186). Sum of RGB (Red+Green+Blue) = 206+160+186=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0BA is #315F45. Grayscale: #B0B0B0. Windows color (decimal): -3235654 or 12230862. OLE color: 12230862.
HSL color Cylindrical-coordinate representation of color #CEA0BA: hue angle of 326.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0BA is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 186 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.19 |
| HSL | 326.09º | 0.32% | 0.72% | - |
| HSV(B) | 326.09º | 0.22% | 0.81% | - |
| XYZ | 46.89 | 41.81 | 52.05 | - |
| YUV | 176.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 186 | 0 | 0.22 | 0.10 | 0.19 | 326.09 | 0.32 | 0.72 |
| Hex | CE | A0 | BA | 0 | 16 | A | 13 | 146 | 20 | 48 |
| Octal | 316 | 240 | 272 | 0 | 26 | 12 | 23 | 506 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10111010 | 0 | 10110 | 1010 | 10011 | 101000110 | 100000 | 1001000 |
Color Harmonies of #CEA0BA
Complementary color
Monochromatic Colors of #CEA0BA
Black with #CEA0BA
Text Example
Text Example
White with #CEA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0BA; }
p { color: rgb(206,160,186); }
H1.HeaderClassName
{
color: #CEA0BA;
}
.AnyTagClassName
{
color: #CEA0BA;
}
</style>
background-color css
<style>
a { background-color: #CEA0BA; }
a { background-color: rgb(206,160,186); }
div.DivClassName
{
background-color: #CEA0BA;
}
.BgClassName
{
background-color: #CEA0BA;
}
</style>
border-color css
<style>
span { border-color: #CEA0BA; }
span { border-color: rgb(206,160,186); }
td.TdClassName
{
border-color: #CEA0BA;
}
.TagClassName
{
border-color: #CEA0BA;
}
</style>