Shades of Lily #CE89BE
Tints of Lily #CE89BE
RGB
CMYK
RGB Variations
Color information
#CE89BE (or 0xCE89BE) is known color: Lily. HEX triplet: CE, 89 and BE. RGB value is (206,137,190). Sum of RGB (Red+Green+Blue) = 206+137+190=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89BE is #317641. Grayscale: #A3A3A3. Windows color (decimal): -3241538 or 12487118. OLE color: 12487118.
HSL color Cylindrical-coordinate representation of color #CE89BE: hue angle of 313.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE89BE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 190 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.19 |
| HSL | 313.91º | 0.41% | 0.67% | - |
| HSV(B) | 313.91º | 0.33% | 0.81% | - |
| XYZ | 43.69 | 34.73 | 53.12 | - |
| YUV | 163.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 190 | 0 | 0.33 | 0.08 | 0.19 | 313.91 | 0.41 | 0.67 |
| Hex | CE | 89 | BE | 0 | 21 | 8 | 13 | 13A | 29 | 43 |
| Octal | 316 | 211 | 276 | 0 | 41 | 10 | 23 | 472 | 51 | 103 |
| Binary | 11001110 | 10001001 | 10111110 | 0 | 100001 | 1000 | 10011 | 100111010 | 101001 | 1000011 |
Color Harmonies of #CE89BE
Complementary color
Monochromatic Colors of #CE89BE
Black with #CE89BE
Text Example
Text Example
White with #CE89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE89BE; }
p { color: rgb(206,137,190); }
H1.HeaderClassName
{
color: #CE89BE;
}
.AnyTagClassName
{
color: #CE89BE;
}
</style>
background-color css
<style>
a { background-color: #CE89BE; }
a { background-color: rgb(206,137,190); }
div.DivClassName
{
background-color: #CE89BE;
}
.BgClassName
{
background-color: #CE89BE;
}
</style>
border-color css
<style>
span { border-color: #CE89BE; }
span { border-color: rgb(206,137,190); }
td.TdClassName
{
border-color: #CE89BE;
}
.TagClassName
{
border-color: #CE89BE;
}
</style>