Shades of Lily #CF9BB7
Tints of Lily #CF9BB7
RGB
CMYK
RGB Variations
Color information
#CF9BB7 (or 0xCF9BB7) is known color: Lily. HEX triplet: CF, 9B and B7. RGB value is (207,155,183). Sum of RGB (Red+Green+Blue) = 207+155+183=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BB7 is #306448. Grayscale: #ADADAD. Windows color (decimal): -3171401 or 12032975. OLE color: 12032975.
HSL color Cylindrical-coordinate representation of color #CF9BB7: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BB7 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 183 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.19 |
| HSL | 327.69º | 0.35% | 0.71% | - |
| HSV(B) | 327.69º | 0.25% | 0.81% | - |
| XYZ | 46 | 40.13 | 50.12 | - |
| YUV | 173.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 183 | 0 | 0.25 | 0.12 | 0.19 | 327.69 | 0.35 | 0.71 |
| Hex | CF | 9B | B7 | 0 | 19 | C | 13 | 148 | 23 | 47 |
| Octal | 317 | 233 | 267 | 0 | 31 | 14 | 23 | 510 | 43 | 107 |
| Binary | 11001111 | 10011011 | 10110111 | 0 | 11001 | 1100 | 10011 | 101001000 | 100011 | 1000111 |
Color Harmonies of #CF9BB7
Complementary color
Monochromatic Colors of #CF9BB7
Black with #CF9BB7
Text Example
Text Example
White with #CF9BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BB7; }
p { color: rgb(207,155,183); }
H1.HeaderClassName
{
color: #CF9BB7;
}
.AnyTagClassName
{
color: #CF9BB7;
}
</style>
background-color css
<style>
a { background-color: #CF9BB7; }
a { background-color: rgb(207,155,183); }
div.DivClassName
{
background-color: #CF9BB7;
}
.BgClassName
{
background-color: #CF9BB7;
}
</style>
border-color css
<style>
span { border-color: #CF9BB7; }
span { border-color: rgb(207,155,183); }
td.TdClassName
{
border-color: #CF9BB7;
}
.TagClassName
{
border-color: #CF9BB7;
}
</style>