Shades of Lily #CF88B1
Tints of Lily #CF88B1
RGB
CMYK
RGB Variations
Color information
#CF88B1 (or 0xCF88B1) is known color: Lily. HEX triplet: CF, 88 and B1. RGB value is (207,136,177). Sum of RGB (Red+Green+Blue) = 207+136+177=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88B1 is #30774E. Grayscale: #A1A1A1. Windows color (decimal): -3176271 or 11634895. OLE color: 11634895.
HSL color Cylindrical-coordinate representation of color #CF88B1: hue angle of 325.35º degrees, saturation: 0.43, 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 #CF88B1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 177 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.19 |
| HSL | 325.35º | 0.43% | 0.67% | - |
| HSV(B) | 325.35º | 0.34% | 0.81% | - |
| XYZ | 42.47 | 34.05 | 45.93 | - |
| YUV | 161.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 177 | 0 | 0.34 | 0.14 | 0.19 | 325.35 | 0.43 | 0.67 |
| Hex | CF | 88 | B1 | 0 | 22 | E | 13 | 145 | 2B | 43 |
| Octal | 317 | 210 | 261 | 0 | 42 | 16 | 23 | 505 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10110001 | 0 | 100010 | 1110 | 10011 | 101000101 | 101011 | 1000011 |
Color Harmonies of #CF88B1
Complementary color
Monochromatic Colors of #CF88B1
Black with #CF88B1
Text Example
Text Example
White with #CF88B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88B1; }
p { color: rgb(207,136,177); }
H1.HeaderClassName
{
color: #CF88B1;
}
.AnyTagClassName
{
color: #CF88B1;
}
</style>
background-color css
<style>
a { background-color: #CF88B1; }
a { background-color: rgb(207,136,177); }
div.DivClassName
{
background-color: #CF88B1;
}
.BgClassName
{
background-color: #CF88B1;
}
</style>
border-color css
<style>
span { border-color: #CF88B1; }
span { border-color: rgb(207,136,177); }
td.TdClassName
{
border-color: #CF88B1;
}
.TagClassName
{
border-color: #CF88B1;
}
</style>