Shades of Lily #CFA3BA
Tints of Lily #CFA3BA
RGB
CMYK
RGB Variations
Color information
#CFA3BA (or 0xCFA3BA) is known color: Lily. HEX triplet: CF, A3 and BA. RGB value is (207,163,186). Sum of RGB (Red+Green+Blue) = 207+163+186=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BA is #305C45. Grayscale: #B2B2B2. Windows color (decimal): -3169350 or 12231631. OLE color: 12231631.
HSL color Cylindrical-coordinate representation of color #CFA3BA: hue angle of 328.64º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA3BA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 186 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.19 |
| HSL | 328.64º | 0.31% | 0.73% | - |
| HSV(B) | 328.64º | 0.21% | 0.81% | - |
| XYZ | 47.69 | 43 | 52.24 | - |
| YUV | 178.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 186 | 0 | 0.21 | 0.10 | 0.19 | 328.64 | 0.31 | 0.73 |
| Hex | CF | A3 | BA | 0 | 15 | A | 13 | 149 | 1F | 49 |
| Octal | 317 | 243 | 272 | 0 | 25 | 12 | 23 | 511 | 37 | 111 |
| Binary | 11001111 | 10100011 | 10111010 | 0 | 10101 | 1010 | 10011 | 101001001 | 11111 | 1001001 |
Color Harmonies of #CFA3BA
Complementary color
Monochromatic Colors of #CFA3BA
Black with #CFA3BA
Text Example
Text Example
White with #CFA3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3BA; }
p { color: rgb(207,163,186); }
H1.HeaderClassName
{
color: #CFA3BA;
}
.AnyTagClassName
{
color: #CFA3BA;
}
</style>
background-color css
<style>
a { background-color: #CFA3BA; }
a { background-color: rgb(207,163,186); }
div.DivClassName
{
background-color: #CFA3BA;
}
.BgClassName
{
background-color: #CFA3BA;
}
</style>
border-color css
<style>
span { border-color: #CFA3BA; }
span { border-color: rgb(207,163,186); }
td.TdClassName
{
border-color: #CFA3BA;
}
.TagClassName
{
border-color: #CFA3BA;
}
</style>