Shades of Lily #CE89BF
Tints of Lily #CE89BF
RGB
CMYK
RGB Variations
Color information
#CE89BF (or 0xCE89BF) is known color: Lily. HEX triplet: CE, 89 and BF. RGB value is (206,137,191). Sum of RGB (Red+Green+Blue) = 206+137+191=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89BF is #317640. Grayscale: #A3A3A3. Windows color (decimal): -3241537 or 12552654. OLE color: 12552654.
HSL color Cylindrical-coordinate representation of color #CE89BF: hue angle of 313.04º 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 #CE89BF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 191 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.19 |
| HSL | 313.04º | 0.41% | 0.67% | - |
| HSV(B) | 313.04º | 0.33% | 0.81% | - |
| XYZ | 43.8 | 34.77 | 53.69 | - |
| YUV | 163.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 191 | 0 | 0.33 | 0.07 | 0.19 | 313.04 | 0.41 | 0.67 |
| Hex | CE | 89 | BF | 0 | 21 | 7 | 13 | 139 | 29 | 43 |
| Octal | 316 | 211 | 277 | 0 | 41 | 7 | 23 | 471 | 51 | 103 |
| Binary | 11001110 | 10001001 | 10111111 | 0 | 100001 | 111 | 10011 | 100111001 | 101001 | 1000011 |
Color Harmonies of #CE89BF
Complementary color
Monochromatic Colors of #CE89BF
Black with #CE89BF
Text Example
Text Example
White with #CE89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE89BF; }
p { color: rgb(206,137,191); }
H1.HeaderClassName
{
color: #CE89BF;
}
.AnyTagClassName
{
color: #CE89BF;
}
</style>
background-color css
<style>
a { background-color: #CE89BF; }
a { background-color: rgb(206,137,191); }
div.DivClassName
{
background-color: #CE89BF;
}
.BgClassName
{
background-color: #CE89BF;
}
</style>
border-color css
<style>
span { border-color: #CE89BF; }
span { border-color: rgb(206,137,191); }
td.TdClassName
{
border-color: #CE89BF;
}
.TagClassName
{
border-color: #CE89BF;
}
</style>