Shades of Lily #CE9EBC
Tints of Lily #CE9EBC
RGB
CMYK
RGB Variations
Color information
#CE9EBC (or 0xCE9EBC) is known color: Lily. HEX triplet: CE, 9E and BC. RGB value is (206,158,188). Sum of RGB (Red+Green+Blue) = 206+158+188=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EBC is #316143. Grayscale: #AFAFAF. Windows color (decimal): -3236164 or 12361422. OLE color: 12361422.
HSL color Cylindrical-coordinate representation of color #CE9EBC: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EBC is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 188 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.19 |
| HSL | 322.5º | 0.33% | 0.71% | - |
| HSV(B) | 322.5º | 0.23% | 0.81% | - |
| XYZ | 46.76 | 41.21 | 53.07 | - |
| YUV | 175.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 188 | 0 | 0.23 | 0.09 | 0.19 | 322.5 | 0.33 | 0.71 |
| Hex | CE | 9E | BC | 0 | 17 | 9 | 13 | 142 | 21 | 47 |
| Octal | 316 | 236 | 274 | 0 | 27 | 11 | 23 | 502 | 41 | 107 |
| Binary | 11001110 | 10011110 | 10111100 | 0 | 10111 | 1001 | 10011 | 101000010 | 100001 | 1000111 |
Color Harmonies of #CE9EBC
Complementary color
Monochromatic Colors of #CE9EBC
Black with #CE9EBC
Text Example
Text Example
White with #CE9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EBC; }
p { color: rgb(206,158,188); }
H1.HeaderClassName
{
color: #CE9EBC;
}
.AnyTagClassName
{
color: #CE9EBC;
}
</style>
background-color css
<style>
a { background-color: #CE9EBC; }
a { background-color: rgb(206,158,188); }
div.DivClassName
{
background-color: #CE9EBC;
}
.BgClassName
{
background-color: #CE9EBC;
}
</style>
border-color css
<style>
span { border-color: #CE9EBC; }
span { border-color: rgb(206,158,188); }
td.TdClassName
{
border-color: #CE9EBC;
}
.TagClassName
{
border-color: #CE9EBC;
}
</style>