Shades of Lily #CEA0BE
Tints of Lily #CEA0BE
RGB
CMYK
RGB Variations
Color information
#CEA0BE (or 0xCEA0BE) is known color: Lily. HEX triplet: CE, A0 and BE. RGB value is (206,160,190). Sum of RGB (Red+Green+Blue) = 206+160+190=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0BE is #315F41. Grayscale: #B1B1B1. Windows color (decimal): -3235650 or 12493006. OLE color: 12493006.
HSL color Cylindrical-coordinate representation of color #CEA0BE: hue angle of 320.87º 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 #CEA0BE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 190 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.19 |
| HSL | 320.87º | 0.32% | 0.72% | - |
| HSV(B) | 320.87º | 0.22% | 0.81% | - |
| XYZ | 47.32 | 41.98 | 54.32 | - |
| YUV | 177.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 190 | 0 | 0.22 | 0.08 | 0.19 | 320.87 | 0.32 | 0.72 |
| Hex | CE | A0 | BE | 0 | 16 | 8 | 13 | 141 | 20 | 48 |
| Octal | 316 | 240 | 276 | 0 | 26 | 10 | 23 | 501 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10111110 | 0 | 10110 | 1000 | 10011 | 101000001 | 100000 | 1001000 |
Color Harmonies of #CEA0BE
Complementary color
Monochromatic Colors of #CEA0BE
Black with #CEA0BE
Text Example
Text Example
White with #CEA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0BE; }
p { color: rgb(206,160,190); }
H1.HeaderClassName
{
color: #CEA0BE;
}
.AnyTagClassName
{
color: #CEA0BE;
}
</style>
background-color css
<style>
a { background-color: #CEA0BE; }
a { background-color: rgb(206,160,190); }
div.DivClassName
{
background-color: #CEA0BE;
}
.BgClassName
{
background-color: #CEA0BE;
}
</style>
border-color css
<style>
span { border-color: #CEA0BE; }
span { border-color: rgb(206,160,190); }
td.TdClassName
{
border-color: #CEA0BE;
}
.TagClassName
{
border-color: #CEA0BE;
}
</style>