Shades of Lily #CF9ABF
Tints of Lily #CF9ABF
RGB
CMYK
RGB Variations
Color information
#CF9ABF (or 0xCF9ABF) is known color: Lily. HEX triplet: CF, 9A and BF. RGB value is (207,154,191). Sum of RGB (Red+Green+Blue) = 207+154+191=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABF is #306540. Grayscale: #ADADAD. Windows color (decimal): -3171649 or 12557007. OLE color: 12557007.
HSL color Cylindrical-coordinate representation of color #CF9ABF: hue angle of 318.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9ABF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 191 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.19 |
| HSL | 318.11º | 0.36% | 0.71% | - |
| HSV(B) | 318.11º | 0.26% | 0.81% | - |
| XYZ | 46.69 | 40.14 | 54.58 | - |
| YUV | 174.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 191 | 0 | 0.26 | 0.08 | 0.19 | 318.11 | 0.36 | 0.71 |
| Hex | CF | 9A | BF | 0 | 1A | 8 | 13 | 13E | 24 | 47 |
| Octal | 317 | 232 | 277 | 0 | 32 | 10 | 23 | 476 | 44 | 107 |
| Binary | 11001111 | 10011010 | 10111111 | 0 | 11010 | 1000 | 10011 | 100111110 | 100100 | 1000111 |
Color Harmonies of #CF9ABF
Complementary color
Monochromatic Colors of #CF9ABF
Black with #CF9ABF
Text Example
Text Example
White with #CF9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ABF; }
p { color: rgb(207,154,191); }
H1.HeaderClassName
{
color: #CF9ABF;
}
.AnyTagClassName
{
color: #CF9ABF;
}
</style>
background-color css
<style>
a { background-color: #CF9ABF; }
a { background-color: rgb(207,154,191); }
div.DivClassName
{
background-color: #CF9ABF;
}
.BgClassName
{
background-color: #CF9ABF;
}
</style>
border-color css
<style>
span { border-color: #CF9ABF; }
span { border-color: rgb(207,154,191); }
td.TdClassName
{
border-color: #CF9ABF;
}
.TagClassName
{
border-color: #CF9ABF;
}
</style>