Shades of Lily #CFA1B9
Tints of Lily #CFA1B9
RGB
CMYK
RGB Variations
Color information
#CFA1B9 (or 0xCFA1B9) is known color: Lily. HEX triplet: CF, A1 and B9. RGB value is (207,161,185). Sum of RGB (Red+Green+Blue) = 207+161+185=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1B9 is #305E46. Grayscale: #B1B1B1. Windows color (decimal): -3169863 or 12165583. OLE color: 12165583.
HSL color Cylindrical-coordinate representation of color #CFA1B9: hue angle of 328.7º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1B9 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 185 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.19 |
| HSL | 328.7º | 0.32% | 0.72% | - |
| HSV(B) | 328.7º | 0.22% | 0.81% | - |
| XYZ | 47.23 | 42.26 | 51.57 | - |
| YUV | 177.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 185 | 0 | 0.22 | 0.11 | 0.19 | 328.7 | 0.32 | 0.72 |
| Hex | CF | A1 | B9 | 0 | 16 | B | 13 | 149 | 20 | 48 |
| Octal | 317 | 241 | 271 | 0 | 26 | 13 | 23 | 511 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10111001 | 0 | 10110 | 1011 | 10011 | 101001001 | 100000 | 1001000 |
Color Harmonies of #CFA1B9
Complementary color
Monochromatic Colors of #CFA1B9
Black with #CFA1B9
Text Example
Text Example
White with #CFA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1B9; }
p { color: rgb(207,161,185); }
H1.HeaderClassName
{
color: #CFA1B9;
}
.AnyTagClassName
{
color: #CFA1B9;
}
</style>
background-color css
<style>
a { background-color: #CFA1B9; }
a { background-color: rgb(207,161,185); }
div.DivClassName
{
background-color: #CFA1B9;
}
.BgClassName
{
background-color: #CFA1B9;
}
</style>
border-color css
<style>
span { border-color: #CFA1B9; }
span { border-color: rgb(207,161,185); }
td.TdClassName
{
border-color: #CFA1B9;
}
.TagClassName
{
border-color: #CFA1B9;
}
</style>