Shades of Lily #CF88B2
Tints of Lily #CF88B2
RGB
CMYK
RGB Variations
Color information
#CF88B2 (or 0xCF88B2) is known color: Lily. HEX triplet: CF, 88 and B2. RGB value is (207,136,178). Sum of RGB (Red+Green+Blue) = 207+136+178=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88B2 is #30774D. Grayscale: #A1A1A1. Windows color (decimal): -3176270 or 11700431. OLE color: 11700431.
HSL color Cylindrical-coordinate representation of color #CF88B2: hue angle of 324.51º 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 #CF88B2 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 178 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.19 |
| HSL | 324.51º | 0.43% | 0.67% | - |
| HSV(B) | 324.51º | 0.34% | 0.81% | - |
| XYZ | 42.57 | 34.09 | 46.46 | - |
| YUV | 162.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 178 | 0 | 0.34 | 0.14 | 0.19 | 324.51 | 0.43 | 0.67 |
| Hex | CF | 88 | B2 | 0 | 22 | E | 13 | 145 | 2B | 43 |
| Octal | 317 | 210 | 262 | 0 | 42 | 16 | 23 | 505 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10110010 | 0 | 100010 | 1110 | 10011 | 101000101 | 101011 | 1000011 |
Color Harmonies of #CF88B2
Complementary color
Monochromatic Colors of #CF88B2
Black with #CF88B2
Text Example
Text Example
White with #CF88B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88B2; }
p { color: rgb(207,136,178); }
H1.HeaderClassName
{
color: #CF88B2;
}
.AnyTagClassName
{
color: #CF88B2;
}
</style>
background-color css
<style>
a { background-color: #CF88B2; }
a { background-color: rgb(207,136,178); }
div.DivClassName
{
background-color: #CF88B2;
}
.BgClassName
{
background-color: #CF88B2;
}
</style>
border-color css
<style>
span { border-color: #CF88B2; }
span { border-color: rgb(207,136,178); }
td.TdClassName
{
border-color: #CF88B2;
}
.TagClassName
{
border-color: #CF88B2;
}
</style>