Shades of Lily #CF89BB
Tints of Lily #CF89BB
RGB
CMYK
RGB Variations
Color information
#CF89BB (or 0xCF89BB) is known color: Lily. HEX triplet: CF, 89 and BB. RGB value is (207,137,187). Sum of RGB (Red+Green+Blue) = 207+137+187=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89BB is #307644. Grayscale: #A3A3A3. Windows color (decimal): -3176005 or 12290511. OLE color: 12290511.
HSL color Cylindrical-coordinate representation of color #CF89BB: hue angle of 317.14º 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 #CF89BB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 187 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.19 |
| HSL | 317.14º | 0.42% | 0.67% | - |
| HSV(B) | 317.14º | 0.34% | 0.81% | - |
| XYZ | 43.65 | 34.74 | 51.42 | - |
| YUV | 163.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 187 | 0 | 0.34 | 0.10 | 0.19 | 317.14 | 0.42 | 0.67 |
| Hex | CF | 89 | BB | 0 | 22 | A | 13 | 13D | 2A | 43 |
| Octal | 317 | 211 | 273 | 0 | 42 | 12 | 23 | 475 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10111011 | 0 | 100010 | 1010 | 10011 | 100111101 | 101010 | 1000011 |
Color Harmonies of #CF89BB
Complementary color
Monochromatic Colors of #CF89BB
Black with #CF89BB
Text Example
Text Example
White with #CF89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89BB; }
p { color: rgb(207,137,187); }
H1.HeaderClassName
{
color: #CF89BB;
}
.AnyTagClassName
{
color: #CF89BB;
}
</style>
background-color css
<style>
a { background-color: #CF89BB; }
a { background-color: rgb(207,137,187); }
div.DivClassName
{
background-color: #CF89BB;
}
.BgClassName
{
background-color: #CF89BB;
}
</style>
border-color css
<style>
span { border-color: #CF89BB; }
span { border-color: rgb(207,137,187); }
td.TdClassName
{
border-color: #CF89BB;
}
.TagClassName
{
border-color: #CF89BB;
}
</style>