Shades of Lily #CF89BE
Tints of Lily #CF89BE
RGB
CMYK
RGB Variations
Color information
#CF89BE (or 0xCF89BE) is known color: Lily. HEX triplet: CF, 89 and BE. RGB value is (207,137,190). Sum of RGB (Red+Green+Blue) = 207+137+190=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89BE is #307641. Grayscale: #A3A3A3. Windows color (decimal): -3176002 or 12487119. OLE color: 12487119.
HSL color Cylindrical-coordinate representation of color #CF89BE: hue angle of 314.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89BE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 190 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.19 |
| HSL | 314.57º | 0.42% | 0.67% | - |
| HSV(B) | 314.57º | 0.34% | 0.81% | - |
| XYZ | 43.97 | 34.87 | 53.13 | - |
| YUV | 163.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 190 | 0 | 0.34 | 0.08 | 0.19 | 314.57 | 0.42 | 0.67 |
| Hex | CF | 89 | BE | 0 | 22 | 8 | 13 | 13B | 2A | 43 |
| Octal | 317 | 211 | 276 | 0 | 42 | 10 | 23 | 473 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10111110 | 0 | 100010 | 1000 | 10011 | 100111011 | 101010 | 1000011 |
Color Harmonies of #CF89BE
Complementary color
Monochromatic Colors of #CF89BE
Black with #CF89BE
Text Example
Text Example
White with #CF89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89BE; }
p { color: rgb(207,137,190); }
H1.HeaderClassName
{
color: #CF89BE;
}
.AnyTagClassName
{
color: #CF89BE;
}
</style>
background-color css
<style>
a { background-color: #CF89BE; }
a { background-color: rgb(207,137,190); }
div.DivClassName
{
background-color: #CF89BE;
}
.BgClassName
{
background-color: #CF89BE;
}
</style>
border-color css
<style>
span { border-color: #CF89BE; }
span { border-color: rgb(207,137,190); }
td.TdClassName
{
border-color: #CF89BE;
}
.TagClassName
{
border-color: #CF89BE;
}
</style>