Shades of Lily #CF9DB9
Tints of Lily #CF9DB9
RGB
CMYK
RGB Variations
Color information
#CF9DB9 (or 0xCF9DB9) is known color: Lily. HEX triplet: CF, 9D and B9. RGB value is (207,157,185). Sum of RGB (Red+Green+Blue) = 207+157+185=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB9 is #306246. Grayscale: #AFAFAF. Windows color (decimal): -3170887 or 12164559. OLE color: 12164559.
HSL color Cylindrical-coordinate representation of color #CF9DB9: hue angle of 326.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DB9 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 185 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.19 |
| HSL | 326.4º | 0.34% | 0.71% | - |
| HSV(B) | 326.4º | 0.24% | 0.81% | - |
| XYZ | 46.55 | 40.88 | 51.34 | - |
| YUV | 175.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 185 | 0 | 0.24 | 0.11 | 0.19 | 326.4 | 0.34 | 0.71 |
| Hex | CF | 9D | B9 | 0 | 18 | B | 13 | 146 | 22 | 47 |
| Octal | 317 | 235 | 271 | 0 | 30 | 13 | 23 | 506 | 42 | 107 |
| Binary | 11001111 | 10011101 | 10111001 | 0 | 11000 | 1011 | 10011 | 101000110 | 100010 | 1000111 |
Color Harmonies of #CF9DB9
Complementary color
Monochromatic Colors of #CF9DB9
Black with #CF9DB9
Text Example
Text Example
White with #CF9DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DB9; }
p { color: rgb(207,157,185); }
H1.HeaderClassName
{
color: #CF9DB9;
}
.AnyTagClassName
{
color: #CF9DB9;
}
</style>
background-color css
<style>
a { background-color: #CF9DB9; }
a { background-color: rgb(207,157,185); }
div.DivClassName
{
background-color: #CF9DB9;
}
.BgClassName
{
background-color: #CF9DB9;
}
</style>
border-color css
<style>
span { border-color: #CF9DB9; }
span { border-color: rgb(207,157,185); }
td.TdClassName
{
border-color: #CF9DB9;
}
.TagClassName
{
border-color: #CF9DB9;
}
</style>