Shades of Lily #CF88BA
Tints of Lily #CF88BA
RGB
CMYK
RGB Variations
Color information
#CF88BA (or 0xCF88BA) is known color: Lily. HEX triplet: CF, 88 and BA. RGB value is (207,136,186). Sum of RGB (Red+Green+Blue) = 207+136+186=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88BA is #307745. Grayscale: #A2A2A2. Windows color (decimal): -3176262 or 12224719. OLE color: 12224719.
HSL color Cylindrical-coordinate representation of color #CF88BA: hue angle of 317.75º 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 #CF88BA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 186 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.19 |
| HSL | 317.75º | 0.43% | 0.67% | - |
| HSV(B) | 317.75º | 0.34% | 0.81% | - |
| XYZ | 43.4 | 34.42 | 50.81 | - |
| YUV | 162.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 186 | 0 | 0.34 | 0.10 | 0.19 | 317.75 | 0.43 | 0.67 |
| Hex | CF | 88 | BA | 0 | 22 | A | 13 | 13E | 2B | 43 |
| Octal | 317 | 210 | 272 | 0 | 42 | 12 | 23 | 476 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10111010 | 0 | 100010 | 1010 | 10011 | 100111110 | 101011 | 1000011 |
Color Harmonies of #CF88BA
Complementary color
Monochromatic Colors of #CF88BA
Black with #CF88BA
Text Example
Text Example
White with #CF88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88BA; }
p { color: rgb(207,136,186); }
H1.HeaderClassName
{
color: #CF88BA;
}
.AnyTagClassName
{
color: #CF88BA;
}
</style>
background-color css
<style>
a { background-color: #CF88BA; }
a { background-color: rgb(207,136,186); }
div.DivClassName
{
background-color: #CF88BA;
}
.BgClassName
{
background-color: #CF88BA;
}
</style>
border-color css
<style>
span { border-color: #CF88BA; }
span { border-color: rgb(207,136,186); }
td.TdClassName
{
border-color: #CF88BA;
}
.TagClassName
{
border-color: #CF88BA;
}
</style>