Shades of Lily #CF86BB
Tints of Lily #CF86BB
RGB
CMYK
RGB Variations
Color information
#CF86BB (or 0xCF86BB) is known color: Lily. HEX triplet: CF, 86 and BB. RGB value is (207,134,187). Sum of RGB (Red+Green+Blue) = 207+134+187=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86BB is #307944. Grayscale: #A1A1A1. Windows color (decimal): -3176773 or 12289743. OLE color: 12289743.
HSL color Cylindrical-coordinate representation of color #CF86BB: hue angle of 316.44º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF86BB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 187 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.19 |
| HSL | 316.44º | 0.43% | 0.67% | - |
| HSV(B) | 316.44º | 0.35% | 0.81% | - |
| XYZ | 43.23 | 33.9 | 51.28 | - |
| YUV | 161.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 187 | 0 | 0.35 | 0.10 | 0.19 | 316.44 | 0.43 | 0.67 |
| Hex | CF | 86 | BB | 0 | 23 | A | 13 | 13C | 2B | 43 |
| Octal | 317 | 206 | 273 | 0 | 43 | 12 | 23 | 474 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10111011 | 0 | 100011 | 1010 | 10011 | 100111100 | 101011 | 1000011 |
Color Harmonies of #CF86BB
Complementary color
Monochromatic Colors of #CF86BB
Black with #CF86BB
Text Example
Text Example
White with #CF86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86BB; }
p { color: rgb(207,134,187); }
H1.HeaderClassName
{
color: #CF86BB;
}
.AnyTagClassName
{
color: #CF86BB;
}
</style>
background-color css
<style>
a { background-color: #CF86BB; }
a { background-color: rgb(207,134,187); }
div.DivClassName
{
background-color: #CF86BB;
}
.BgClassName
{
background-color: #CF86BB;
}
</style>
border-color css
<style>
span { border-color: #CF86BB; }
span { border-color: rgb(207,134,187); }
td.TdClassName
{
border-color: #CF86BB;
}
.TagClassName
{
border-color: #CF86BB;
}
</style>