Shades of Lily #CF88B7
Tints of Lily #CF88B7
RGB
CMYK
RGB Variations
Color information
#CF88B7 (or 0xCF88B7) is known color: Lily. HEX triplet: CF, 88 and B7. RGB value is (207,136,183). Sum of RGB (Red+Green+Blue) = 207+136+183=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88B7 is #307748. Grayscale: #A2A2A2. Windows color (decimal): -3176265 or 12028111. OLE color: 12028111.
HSL color Cylindrical-coordinate representation of color #CF88B7: hue angle of 320.28º 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 #CF88B7 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 183 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.19 |
| HSL | 320.28º | 0.43% | 0.67% | - |
| HSV(B) | 320.28º | 0.34% | 0.81% | - |
| XYZ | 43.08 | 34.29 | 49.15 | - |
| YUV | 162.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 183 | 0 | 0.34 | 0.12 | 0.19 | 320.28 | 0.43 | 0.67 |
| Hex | CF | 88 | B7 | 0 | 22 | C | 13 | 140 | 2B | 43 |
| Octal | 317 | 210 | 267 | 0 | 42 | 14 | 23 | 500 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10110111 | 0 | 100010 | 1100 | 10011 | 101000000 | 101011 | 1000011 |
Color Harmonies of #CF88B7
Complementary color
Monochromatic Colors of #CF88B7
Black with #CF88B7
Text Example
Text Example
White with #CF88B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88B7; }
p { color: rgb(207,136,183); }
H1.HeaderClassName
{
color: #CF88B7;
}
.AnyTagClassName
{
color: #CF88B7;
}
</style>
background-color css
<style>
a { background-color: #CF88B7; }
a { background-color: rgb(207,136,183); }
div.DivClassName
{
background-color: #CF88B7;
}
.BgClassName
{
background-color: #CF88B7;
}
</style>
border-color css
<style>
span { border-color: #CF88B7; }
span { border-color: rgb(207,136,183); }
td.TdClassName
{
border-color: #CF88B7;
}
.TagClassName
{
border-color: #CF88B7;
}
</style>