Shades of Lily #CF89B9
Tints of Lily #CF89B9
RGB
CMYK
RGB Variations
Color information
#CF89B9 (or 0xCF89B9) is known color: Lily. HEX triplet: CF, 89 and B9. RGB value is (207,137,185). Sum of RGB (Red+Green+Blue) = 207+137+185=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89B9 is #307646. Grayscale: #A3A3A3. Windows color (decimal): -3176007 or 12159439. OLE color: 12159439.
HSL color Cylindrical-coordinate representation of color #CF89B9: hue angle of 318.86º 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 #CF89B9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 185 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.19 |
| HSL | 318.86º | 0.42% | 0.67% | - |
| HSV(B) | 318.86º | 0.34% | 0.81% | - |
| XYZ | 43.43 | 34.66 | 50.3 | - |
| YUV | 163.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 185 | 0 | 0.34 | 0.11 | 0.19 | 318.86 | 0.42 | 0.67 |
| Hex | CF | 89 | B9 | 0 | 22 | B | 13 | 13F | 2A | 43 |
| Octal | 317 | 211 | 271 | 0 | 42 | 13 | 23 | 477 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10111001 | 0 | 100010 | 1011 | 10011 | 100111111 | 101010 | 1000011 |
Color Harmonies of #CF89B9
Complementary color
Monochromatic Colors of #CF89B9
Black with #CF89B9
Text Example
Text Example
White with #CF89B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89B9; }
p { color: rgb(207,137,185); }
H1.HeaderClassName
{
color: #CF89B9;
}
.AnyTagClassName
{
color: #CF89B9;
}
</style>
background-color css
<style>
a { background-color: #CF89B9; }
a { background-color: rgb(207,137,185); }
div.DivClassName
{
background-color: #CF89B9;
}
.BgClassName
{
background-color: #CF89B9;
}
</style>
border-color css
<style>
span { border-color: #CF89B9; }
span { border-color: rgb(207,137,185); }
td.TdClassName
{
border-color: #CF89B9;
}
.TagClassName
{
border-color: #CF89B9;
}
</style>