Shades of Lily #CFA1B6
Tints of Lily #CFA1B6
RGB
CMYK
RGB Variations
Color information
#CFA1B6 (or 0xCFA1B6) is known color: Lily. HEX triplet: CF, A1 and B6. RGB value is (207,161,182). Sum of RGB (Red+Green+Blue) = 207+161+182=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1B6 is #305E49. Grayscale: #B1B1B1. Windows color (decimal): -3169866 or 11968975. OLE color: 11968975.
HSL color Cylindrical-coordinate representation of color #CFA1B6: hue angle of 332.61º 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 #CFA1B6 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 182 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.19 |
| HSL | 332.61º | 0.32% | 0.72% | - |
| HSV(B) | 332.61º | 0.22% | 0.81% | - |
| XYZ | 46.92 | 42.13 | 49.92 | - |
| YUV | 177.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 182 | 0 | 0.22 | 0.12 | 0.19 | 332.61 | 0.32 | 0.72 |
| Hex | CF | A1 | B6 | 0 | 16 | C | 13 | 14D | 20 | 48 |
| Octal | 317 | 241 | 266 | 0 | 26 | 14 | 23 | 515 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10110110 | 0 | 10110 | 1100 | 10011 | 101001101 | 100000 | 1001000 |
Color Harmonies of #CFA1B6
Complementary color
Monochromatic Colors of #CFA1B6
Black with #CFA1B6
Text Example
Text Example
White with #CFA1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1B6; }
p { color: rgb(207,161,182); }
H1.HeaderClassName
{
color: #CFA1B6;
}
.AnyTagClassName
{
color: #CFA1B6;
}
</style>
background-color css
<style>
a { background-color: #CFA1B6; }
a { background-color: rgb(207,161,182); }
div.DivClassName
{
background-color: #CFA1B6;
}
.BgClassName
{
background-color: #CFA1B6;
}
</style>
border-color css
<style>
span { border-color: #CFA1B6; }
span { border-color: rgb(207,161,182); }
td.TdClassName
{
border-color: #CFA1B6;
}
.TagClassName
{
border-color: #CFA1B6;
}
</style>