Shades of Lily #CFA6B9
Tints of Lily #CFA6B9
RGB
CMYK
RGB Variations
Color information
#CFA6B9 (or 0xCFA6B9) is known color: Lily. HEX triplet: CF, A6 and B9. RGB value is (207,166,185). Sum of RGB (Red+Green+Blue) = 207+166+185=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6B9 is #305946. Grayscale: #B4B4B4. Windows color (decimal): -3168583 or 12166863. OLE color: 12166863.
HSL color Cylindrical-coordinate representation of color #CFA6B9: hue angle of 332.2º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6B9 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 185 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.19 |
| HSL | 332.2º | 0.3% | 0.73% | - |
| HSV(B) | 332.2º | 0.2% | 0.81% | - |
| XYZ | 48.13 | 44.04 | 51.86 | - |
| YUV | 180.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 185 | 0 | 0.20 | 0.11 | 0.19 | 332.2 | 0.3 | 0.73 |
| Hex | CF | A6 | B9 | 0 | 14 | B | 13 | 14C | 1E | 49 |
| Octal | 317 | 246 | 271 | 0 | 24 | 13 | 23 | 514 | 36 | 111 |
| Binary | 11001111 | 10100110 | 10111001 | 0 | 10100 | 1011 | 10011 | 101001100 | 11110 | 1001001 |
Color Harmonies of #CFA6B9
Complementary color
Monochromatic Colors of #CFA6B9
Black with #CFA6B9
Text Example
Text Example
White with #CFA6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6B9; }
p { color: rgb(207,166,185); }
H1.HeaderClassName
{
color: #CFA6B9;
}
.AnyTagClassName
{
color: #CFA6B9;
}
</style>
background-color css
<style>
a { background-color: #CFA6B9; }
a { background-color: rgb(207,166,185); }
div.DivClassName
{
background-color: #CFA6B9;
}
.BgClassName
{
background-color: #CFA6B9;
}
</style>
border-color css
<style>
span { border-color: #CFA6B9; }
span { border-color: rgb(207,166,185); }
td.TdClassName
{
border-color: #CFA6B9;
}
.TagClassName
{
border-color: #CFA6B9;
}
</style>