Shades of Lily #CFA0BB
Tints of Lily #CFA0BB
RGB
CMYK
RGB Variations
Color information
#CFA0BB (or 0xCFA0BB) is known color: Lily. HEX triplet: CF, A0 and BB. RGB value is (207,160,187). Sum of RGB (Red+Green+Blue) = 207+160+187=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BB is #305F44. Grayscale: #B1B1B1. Windows color (decimal): -3170117 or 12296399. OLE color: 12296399.
HSL color Cylindrical-coordinate representation of color #CFA0BB: hue angle of 325.53º 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 #CFA0BB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 187 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.19 |
| HSL | 325.53º | 0.33% | 0.72% | - |
| HSV(B) | 325.53º | 0.23% | 0.81% | - |
| XYZ | 47.27 | 41.99 | 52.63 | - |
| YUV | 177.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 187 | 0 | 0.23 | 0.10 | 0.19 | 325.53 | 0.33 | 0.72 |
| Hex | CF | A0 | BB | 0 | 17 | A | 13 | 146 | 21 | 48 |
| Octal | 317 | 240 | 273 | 0 | 27 | 12 | 23 | 506 | 41 | 110 |
| Binary | 11001111 | 10100000 | 10111011 | 0 | 10111 | 1010 | 10011 | 101000110 | 100001 | 1001000 |
Color Harmonies of #CFA0BB
Complementary color
Monochromatic Colors of #CFA0BB
Black with #CFA0BB
Text Example
Text Example
White with #CFA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA0BB; }
p { color: rgb(207,160,187); }
H1.HeaderClassName
{
color: #CFA0BB;
}
.AnyTagClassName
{
color: #CFA0BB;
}
</style>
background-color css
<style>
a { background-color: #CFA0BB; }
a { background-color: rgb(207,160,187); }
div.DivClassName
{
background-color: #CFA0BB;
}
.BgClassName
{
background-color: #CFA0BB;
}
</style>
border-color css
<style>
span { border-color: #CFA0BB; }
span { border-color: rgb(207,160,187); }
td.TdClassName
{
border-color: #CFA0BB;
}
.TagClassName
{
border-color: #CFA0BB;
}
</style>