Shades of Lily #CE8EBC
Tints of Lily #CE8EBC
RGB
CMYK
RGB Variations
Color information
#CE8EBC (or 0xCE8EBC) is known color: Lily. HEX triplet: CE, 8E and BC. RGB value is (206,142,188). Sum of RGB (Red+Green+Blue) = 206+142+188=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBC is #317143. Grayscale: #A6A6A6. Windows color (decimal): -3240260 or 12357326. OLE color: 12357326.
HSL color Cylindrical-coordinate representation of color #CE8EBC: hue angle of 316.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8EBC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 142 | 188 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.19 |
| HSL | 316.88º | 0.4% | 0.68% | - |
| HSV(B) | 316.88º | 0.31% | 0.81% | - |
| XYZ | 44.2 | 36.1 | 52.21 | - |
| YUV | 166.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 188 | 0 | 0.31 | 0.09 | 0.19 | 316.88 | 0.4 | 0.68 |
| Hex | CE | 8E | BC | 0 | 1F | 9 | 13 | 13D | 28 | 44 |
| Octal | 316 | 216 | 274 | 0 | 37 | 11 | 23 | 475 | 50 | 104 |
| Binary | 11001110 | 10001110 | 10111100 | 0 | 11111 | 1001 | 10011 | 100111101 | 101000 | 1000100 |
Color Harmonies of #CE8EBC
Complementary color
Monochromatic Colors of #CE8EBC
Black with #CE8EBC
Text Example
Text Example
White with #CE8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8EBC; }
p { color: rgb(206,142,188); }
H1.HeaderClassName
{
color: #CE8EBC;
}
.AnyTagClassName
{
color: #CE8EBC;
}
</style>
background-color css
<style>
a { background-color: #CE8EBC; }
a { background-color: rgb(206,142,188); }
div.DivClassName
{
background-color: #CE8EBC;
}
.BgClassName
{
background-color: #CE8EBC;
}
</style>
border-color css
<style>
span { border-color: #CE8EBC; }
span { border-color: rgb(206,142,188); }
td.TdClassName
{
border-color: #CE8EBC;
}
.TagClassName
{
border-color: #CE8EBC;
}
</style>