Shades of Lily #CF9FBC
Tints of Lily #CF9FBC
RGB
CMYK
RGB Variations
Color information
#CF9FBC (or 0xCF9FBC) is known color: Lily. HEX triplet: CF, 9F and BC. RGB value is (207,159,188). Sum of RGB (Red+Green+Blue) = 207+159+188=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FBC is #306043. Grayscale: #B0B0B0. Windows color (decimal): -3170372 or 12361679. OLE color: 12361679.
HSL color Cylindrical-coordinate representation of color #CF9FBC: hue angle of 323.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FBC is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 188 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.19 |
| HSL | 323.75º | 0.33% | 0.72% | - |
| HSV(B) | 323.75º | 0.23% | 0.81% | - |
| XYZ | 47.21 | 41.69 | 53.14 | - |
| YUV | 176.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 188 | 0 | 0.23 | 0.09 | 0.19 | 323.75 | 0.33 | 0.72 |
| Hex | CF | 9F | BC | 0 | 17 | 9 | 13 | 144 | 21 | 48 |
| Octal | 317 | 237 | 274 | 0 | 27 | 11 | 23 | 504 | 41 | 110 |
| Binary | 11001111 | 10011111 | 10111100 | 0 | 10111 | 1001 | 10011 | 101000100 | 100001 | 1001000 |
Color Harmonies of #CF9FBC
Complementary color
Monochromatic Colors of #CF9FBC
Black with #CF9FBC
Text Example
Text Example
White with #CF9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FBC; }
p { color: rgb(207,159,188); }
H1.HeaderClassName
{
color: #CF9FBC;
}
.AnyTagClassName
{
color: #CF9FBC;
}
</style>
background-color css
<style>
a { background-color: #CF9FBC; }
a { background-color: rgb(207,159,188); }
div.DivClassName
{
background-color: #CF9FBC;
}
.BgClassName
{
background-color: #CF9FBC;
}
</style>
border-color css
<style>
span { border-color: #CF9FBC; }
span { border-color: rgb(207,159,188); }
td.TdClassName
{
border-color: #CF9FBC;
}
.TagClassName
{
border-color: #CF9FBC;
}
</style>