Shades of Lily #CE9EBE
Tints of Lily #CE9EBE
RGB
CMYK
RGB Variations
Color information
#CE9EBE (or 0xCE9EBE) is known color: Lily. HEX triplet: CE, 9E and BE. RGB value is (206,158,190). Sum of RGB (Red+Green+Blue) = 206+158+190=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EBE is #316141. Grayscale: #AFAFAF. Windows color (decimal): -3236162 or 12492494. OLE color: 12492494.
HSL color Cylindrical-coordinate representation of color #CE9EBE: hue angle of 320º 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 #CE9EBE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 190 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.19 |
| HSL | 320º | 0.33% | 0.71% | - |
| HSV(B) | 320º | 0.23% | 0.81% | - |
| XYZ | 46.97 | 41.29 | 54.21 | - |
| YUV | 176 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 190 | 0 | 0.23 | 0.08 | 0.19 | 320 | 0.33 | 0.71 |
| Hex | CE | 9E | BE | 0 | 17 | 8 | 13 | 140 | 21 | 47 |
| Octal | 316 | 236 | 276 | 0 | 27 | 10 | 23 | 500 | 41 | 107 |
| Binary | 11001110 | 10011110 | 10111110 | 0 | 10111 | 1000 | 10011 | 101000000 | 100001 | 1000111 |
Color Harmonies of #CE9EBE
Complementary color
Monochromatic Colors of #CE9EBE
Black with #CE9EBE
Text Example
Text Example
White with #CE9EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EBE; }
p { color: rgb(206,158,190); }
H1.HeaderClassName
{
color: #CE9EBE;
}
.AnyTagClassName
{
color: #CE9EBE;
}
</style>
background-color css
<style>
a { background-color: #CE9EBE; }
a { background-color: rgb(206,158,190); }
div.DivClassName
{
background-color: #CE9EBE;
}
.BgClassName
{
background-color: #CE9EBE;
}
</style>
border-color css
<style>
span { border-color: #CE9EBE; }
span { border-color: rgb(206,158,190); }
td.TdClassName
{
border-color: #CE9EBE;
}
.TagClassName
{
border-color: #CE9EBE;
}
</style>