Shades of Lily #CF9FB5
Tints of Lily #CF9FB5
RGB
CMYK
RGB Variations
Color information
#CF9FB5 (or 0xCF9FB5) is known color: Lily. HEX triplet: CF, 9F and B5. RGB value is (207,159,181). Sum of RGB (Red+Green+Blue) = 207+159+181=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB5 is #30604A. Grayscale: #AFAFAF. Windows color (decimal): -3170379 or 11902927. OLE color: 11902927.
HSL color Cylindrical-coordinate representation of color #CF9FB5: hue angle of 332.5º 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 #CF9FB5 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 181 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.19 |
| HSL | 332.5º | 0.33% | 0.72% | - |
| HSV(B) | 332.5º | 0.23% | 0.81% | - |
| XYZ | 46.47 | 41.4 | 49.26 | - |
| YUV | 175.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 181 | 0 | 0.23 | 0.13 | 0.19 | 332.5 | 0.33 | 0.72 |
| Hex | CF | 9F | B5 | 0 | 17 | D | 13 | 14C | 21 | 48 |
| Octal | 317 | 237 | 265 | 0 | 27 | 15 | 23 | 514 | 41 | 110 |
| Binary | 11001111 | 10011111 | 10110101 | 0 | 10111 | 1101 | 10011 | 101001100 | 100001 | 1001000 |
Color Harmonies of #CF9FB5
Complementary color
Monochromatic Colors of #CF9FB5
Black with #CF9FB5
Text Example
Text Example
White with #CF9FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FB5; }
p { color: rgb(207,159,181); }
H1.HeaderClassName
{
color: #CF9FB5;
}
.AnyTagClassName
{
color: #CF9FB5;
}
</style>
background-color css
<style>
a { background-color: #CF9FB5; }
a { background-color: rgb(207,159,181); }
div.DivClassName
{
background-color: #CF9FB5;
}
.BgClassName
{
background-color: #CF9FB5;
}
</style>
border-color css
<style>
span { border-color: #CF9FB5; }
span { border-color: rgb(207,159,181); }
td.TdClassName
{
border-color: #CF9FB5;
}
.TagClassName
{
border-color: #CF9FB5;
}
</style>